修改appid

This commit is contained in:
1692762430 2024-02-22 09:42:09 +08:00
parent bc247b2a10
commit 3367a87c6c
3 changed files with 4 additions and 4 deletions

View File

@ -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,

View File

@ -47,7 +47,7 @@
},
"compileType": "miniprogram",
"libVersion": "2.13.1",
"appid": "wx22f0f66d57ce48f7",
"appid": "wxdf4e44d673e4a73f",
"projectname": "SmartPark",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},

View File

@ -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"
}