From 7d26065effd3a928ae426cfd3ac68b93840ab7e9 Mon Sep 17 00:00:00 2001 From: donqi Date: Sun, 14 May 2023 21:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9appId=E5=92=8C=E5=85=A8?= =?UTF-8?q?=E5=B1=80=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/globalData.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/js/globalData.js b/common/js/globalData.js index 717b3ec..a5db626 100644 --- a/common/js/globalData.js +++ b/common/js/globalData.js @@ -1,5 +1,5 @@ export default { - deptId: 101, + deptId: 102, from: 'server', initPageNum: 1, initPageSize: 10, diff --git a/manifest.json b/manifest.json index 81c180c..6ed2076 100644 --- a/manifest.json +++ b/manifest.json @@ -53,7 +53,7 @@ /* 快应用特有相关 */ "mp-weixin" : { /* 小程序特有相关 */ - "appid" : "wx105ce607b514ff2a", + "appid" : "wxc2920b79d0980f8b", "setting" : { "urlCheck" : false, "minified" : true,