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,