diff --git a/miniprogram/app.js b/miniprogram/app.js index 54563f4..b5ad47c 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -1,9 +1,9 @@ App({ APPID: 'wx22f0f66d57ce48f7', // 本地测试时不用加/api - // DOMAIN_NAME: 'http://localhost:9227', //接口域名 + DOMAIN_NAME: 'http://192.168.0.11:9227', //接口域名 // IMG_NAME: 'http://localhost:9227', - DOMAIN_NAME: 'https://demo.metasoft.vip/api', + // DOMAIN_NAME: 'https://demo.metasoft.vip/api', IMG_NAME: 'https://demo.metasoft.vip/api', globals: { refreshMyPages: false, diff --git a/project.config.json b/project.config.json index 8206b4d..c99389e 100644 --- a/project.config.json +++ b/project.config.json @@ -47,7 +47,7 @@ }, "compileType": "miniprogram", "libVersion": "2.13.1", - "appid": "wx22f0f66d57ce48f7", + "appid": "wxdf4e44d673e4a73f", "projectname": "SmartPark", "simulatorType": "wechat", "simulatorPluginLibVersion": {}, diff --git a/project.private.config.json b/project.private.config.json index c8fa4e9..83e5710 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -346,5 +346,5 @@ } }, "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "ics-wx" + "projectname": "dbd-meeting-wx-small" } \ No newline at end of file