From 3367a87c6ca653ea3756f3fe04a1d6ab39f94d82 Mon Sep 17 00:00:00 2001 From: 1692762430 <1692762430@qq.com> Date: Thu, 22 Feb 2024 09:42:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9appid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/app.js | 4 ++-- project.config.json | 2 +- project.private.config.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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