修改了问题

This commit is contained in:
chenze 2024-10-17 11:34:12 +08:00
parent 5e5fdd4721
commit 70cb77ecd8
2 changed files with 7 additions and 6 deletions

View File

@ -6,10 +6,10 @@ App({
parkId: '26', // 园区id
parkName: '长阳智会云控', // 园区名称
// 本地测试
// DOMAIN_NAME_PREFIX: ' http://192.168.1.47',
// DOMAIN_NAME: ' http://192.168.1.47:9227', //接口域名
// IMG_NAME: ' http://192.168.1.47:9227',
// socketUrl: 'wss://192.168.1.47:9227/changyang-office/websocket-server',
// DOMAIN_NAME_PREFIX: ' http://192.168.0.30',
// DOMAIN_NAME: ' http://192.168.0.30:9227', //接口域名
// IMG_NAME: ' http://192.168.0.30:9227',
// socketUrl: 'wss://192.168.0.30:9227/changyang-office/websocket-server',
// 生产
DOMAIN_NAME_PREFIX: 'https://www.chuangzhikj.com',
DOMAIN_NAME: 'https://www.chuangzhikj.com/saas-ics', //接口域名

View File

@ -1,7 +1,7 @@
{
"setting": {
"compileHotReLoad": true,
"urlCheck": true
"urlCheck": false
},
"condition": {
"miniprogram": {
@ -423,5 +423,6 @@
}
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "dbd-meeting-wx-small"
"projectname": "dbd-meeting-wx-small",
"libVersion": "3.6.0"
}