From 70cb77ecd86b429503bf8f62fb95cbcec033f2eb Mon Sep 17 00:00:00 2001 From: chenze <1824191732@qq.com> Date: Thu, 17 Oct 2024 11:34:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/app.js | 8 ++++---- project.private.config.json | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/miniprogram/app.js b/miniprogram/app.js index 1aec17f..18e09e5 100644 --- a/miniprogram/app.js +++ b/miniprogram/app.js @@ -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', //接口域名 diff --git a/project.private.config.json b/project.private.config.json index 3856bcd..1a04540 100644 --- a/project.private.config.json +++ b/project.private.config.json @@ -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" } \ No newline at end of file