From 0921977abe93235e85dc3400300992b397052859 Mon Sep 17 00:00:00 2001 From: webDev_PanY Date: Sun, 7 Apr 2024 12:02:10 +0800 Subject: [PATCH] =?UTF-8?q?appid=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- .../dist/dev/mp-weixin/project.config.json | 35 +++++++++++-------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/manifest.json b/manifest.json index bd19ae6..2b10d5e 100644 --- a/manifest.json +++ b/manifest.json @@ -50,7 +50,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx2244f506dae698ca", + "appid" : "wxeda4365eac6838c5", "setting" : { "urlCheck" : false, "minified" : true diff --git a/unpackage/dist/dev/mp-weixin/project.config.json b/unpackage/dist/dev/mp-weixin/project.config.json index 322323f..bf9d08f 100644 --- a/unpackage/dist/dev/mp-weixin/project.config.json +++ b/unpackage/dist/dev/mp-weixin/project.config.json @@ -1,8 +1,7 @@ { "description": "项目配置文件。", "packOptions": { - "ignore": [], - "include": [] + "ignore": [] }, "setting": { "urlCheck": false, @@ -10,20 +9,28 @@ "postcss": false, "minified": true, "newFeature": true, - "bigPackageSizeSupport": true, - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - } + "bigPackageSizeSupport": true }, "compileType": "miniprogram", - "libVersion": "3.4.0", - "appid": "wx2244f506dae698ca", + "libVersion": "", + "appid": "wxeda4365eac6838c5", "projectname": "Ruoyi-AbuCoder-UniApp-WX", - "condition": {}, - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 + "condition": { + "search": { + "current": -1, + "list": [] + }, + "conversation": { + "current": -1, + "list": [] + }, + "game": { + "current": -1, + "list": [] + }, + "miniprogram": { + "current": -1, + "list": [] + } } } \ No newline at end of file