diff --git a/app.js b/app.js index 2d8e4ba..8daa8ad 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest149? true : false; + data.isTest = data.isTest148? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件 diff --git a/project.private.config.json b/project.private.config.json index 1c5ca67..08edf69 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -6,6 +6,13 @@ "condition": { "miniprogram": { "list": [ + { + "name": "pages/user/bindtel/index", + "pathName": "pages/user/bindtel/index", + "query": "regToken=123456", + "launchMode": "default", + "scene": null + }, { "name": "subPackages/index/index", "pathName": "subPackages/index/index",