diff --git a/app.js b/app.js index eae8d91..b113b1f 100644 --- a/app.js +++ b/app.js @@ -19,8 +19,8 @@ App({ wx.setStorageSync('logs', logs) }, globalData: { - httpurl: 'https://cktest.2weisou.com/meta/', // 生产 - // httpurl: 'http://192.168.31.172:9998/',// 柏伟 + // httpurl: 'https://cktest.2weisou.com/meta/', // 生产 + httpurl: 'http://192.168.1.117:9998/',// 柏伟 userInfo: null, token: '', gameurl: ''// 游戏链接 diff --git a/app.json b/app.json index 3d75ffc..671b067 100644 --- a/app.json +++ b/app.json @@ -7,8 +7,7 @@ "pages/share/index", "pages/out/index", "pages/rank/index", - "pages/AR/index", - "components/loading/loading" + "pages/AR/index" ], "window": { "backgroundTextStyle": "light", diff --git a/project.private.config.json b/project.private.config.json index a313335..2f348c6 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -21,6 +21,12 @@ "pathName": "pages/index/index", "query": "id=11", "scene": null + }, + { + "name": "pages/index/index", + "pathName": "pages/index/index", + "query": "id=70", + "scene": null } ] }