diff --git a/apps/miniprogram/project.config.json b/apps/miniprogram/project.config.json index fef8a7f..da4cd7d 100644 --- a/apps/miniprogram/project.config.json +++ b/apps/miniprogram/project.config.json @@ -1,16 +1,14 @@ { + "appid": "wx20f4ef9cc2ec66c5", "miniprogramRoot": "dist/", - "projectname": "hms-miniprogram", - "description": "HMS 健康管理平台患者小程序", - "appid": "touristappid", + "compileType": "miniprogram", "setting": { + "autoAudits": false, "urlCheck": false, - "es6": false, + "es6": true, "enhance": true, - "compileHotReLoad": false, - "postcss": false, - "minified": false, - "bundle": false - }, - "compileType": "miniprogram" + "compileHotReLoad": true, + "postcss": true, + "minified": true + } }