@@ -309,10 +309,9 @@ export function cssExpand(css, id) {
document.head.appendChild(style)
}
-export function getAppId(env) {
- const json = {
- 'pro': '2019232819',
- 'dev': '2078399419',
- }
- return json[env]
+export function getAppId() {
+ const captcha = '2019232819';
+ // cosnt captcha = '2078399419';
+
+ return captcha
@@ -83,7 +83,7 @@
this.phone = location.href.split('?')[1].split('&')[0].split('=')[1];
this.number = this.phone.substring(0, 3) + ' ' + this.phone.substring(3, 7) + ' ' + this.phone.substring(7, 11);
this.TencentCaptcha = new window.TencentCaptcha(
- getAppId('pro'),
+ getAppId(),
function (res) {/* callback */
if (res.ret === 0) {
postAction(getCaptchaCode, {