diff --git a/miniprogram/app.js b/miniprogram/app.js index b5ad47c..f038b87 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -1,10 +1,10 @@ App({ - APPID: 'wx22f0f66d57ce48f7', + APPID: 'wxd9f93ef41a607dd5', // 本地测试时不用加/api DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名 - // IMG_NAME: 'http://localhost:9227', + IMG_NAME: 'http://192.168.0.11:9227', // DOMAIN_NAME: 'https://demo.metasoft.vip/api', - IMG_NAME: 'https://demo.metasoft.vip/api', +// IMG_NAME: 'https://demo.metasoft.vip/api', globals: { refreshMyPages: false, homedata: {}, diff --git a/project.config.json b/project.config.json index c99389e..40cf52b 100644 --- a/project.config.json +++ b/project.config.json @@ -47,7 +47,7 @@ }, "compileType": "miniprogram", "libVersion": "2.13.1", - "appid": "wxdf4e44d673e4a73f", + "appid": "wxd9f93ef41a607dd5", "projectname": "SmartPark", "simulatorType": "wechat", "simulatorPluginLibVersion": {},