From 46848a2fcf03c240f56592d027e9789159ebcd5c Mon Sep 17 00:00:00 2001 From: DCloud_json <630033903@qq.com> Date: Mon, 10 May 2021 23:02:32 +0800 Subject: [PATCH] Update manifest.json --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index f51206d..417239f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "uni-starter", - "appid" : "__UNI__03B096E", + "appid" : "", "description" : "集成了商用项目开发常见功能的项目模板", "versionName" : "1.0.0", "versionCode" : "100", @@ -91,7 +91,7 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx81dbb061d2258234", + "appid" : "", "setting" : { "urlCheck" : false, "es6" : false -- GitLab