From 2a7c473058b43529f860017ac3d29c935e4d93e3 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期三, 17 七月 2024 14:42:50 +0800 Subject: [PATCH] 1 --- manifest.json | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 8df2487..444f1a4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "hmy_farmer", + "name" : "hmy_supplier", "appid" : "__UNI__EF9B7A3", "description" : "", "versionName" : "1.0.0", @@ -49,17 +49,14 @@ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wxafc5aaa0fc79532b", + "appid" : "wx6d0ecc4e18710458", "setting" : { - "urlCheck" : false + "urlCheck" : false, + "es6" : true, + "minified" : true }, "usingComponents" : true, - "plugins" : { - "kdPlugin" : { - "version" : "1.1.2", - "provider" : "wx6885acbedba59c14" - } - } + "plugins" : {} }, "vueVersion" : "2" } -- Gitblit v1.9.3