From 2a9f0e7497d60d94795ce795863e0e24be5d44f9 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 15 七月 2024 18:27:57 +0800 Subject: [PATCH] 1 --- manifest.json | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 8df2487..8466839 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" : "wx3203fd935a6ffe09", "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