From 98d79811159f67cf33b92b4ee0228cd2ebcfa761 Mon Sep 17 00:00:00 2001 From: MSuMshk <2039814060@qq.com> Date: Thu, 12 Mar 2026 09:26:38 +0800 Subject: [PATCH] chore: update wechat project config --- project.config.json | 74 ++++++++++++++++++++++----------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/project.config.json b/project.config.json index ebadd49..9cac0e2 100644 --- a/project.config.json +++ b/project.config.json @@ -1,39 +1,39 @@ { - "miniprogramRoot": "dist/", - "projectname": "TakeoutSaaS.C-Side-Mini-Program-Taro", - "description": "Takeout SaaS C-end WeChat mini program (Taro Vue3)", - "appid": "wx30f91e6afe79f405", - "setting": { - "urlCheck": true, - "es6": false, - "enhance": false, - "compileHotReLoad": false, - "postcss": false, - "minified": false, - "compileWorklet": false, - "uglifyFileName": false, - "uploadWithSourceMap": true, - "packNpmManually": false, - "packNpmRelationList": [], - "minifyWXSS": true, - "minifyWXML": true, - "localPlugins": false, - "disableUseStrict": false, - "useCompilerPlugins": false, - "condition": false, - "swc": false, - "disableSWC": true, - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - } - }, - "compileType": "miniprogram", - "simulatorPluginLibVersion": {}, - "packOptions": { - "ignore": [], - "include": [] - }, - "editorSetting": {} + "miniprogramRoot": "dist/", + "projectname": "TakeoutSaaS.C-Side-Mini-Program-Taro", + "description": "Takeout SaaS C-end WeChat mini program (Taro Vue3)", + "appid": "wx30f91e6afe79f405", + "setting": { + "urlCheck": true, + "es6": true, + "enhance": true, + "compileHotReLoad": false, + "postcss": false, + "minified": false, + "compileWorklet": false, + "uglifyFileName": false, + "uploadWithSourceMap": true, + "packNpmManually": false, + "packNpmRelationList": [], + "minifyWXSS": true, + "minifyWXML": true, + "localPlugins": false, + "disableUseStrict": false, + "useCompilerPlugins": false, + "condition": false, + "swc": false, + "disableSWC": true, + "babelSetting": { + "ignore": [], + "disablePlugins": [], + "outputPath": "" + } + }, + "compileType": "miniprogram", + "simulatorPluginLibVersion": {}, + "packOptions": { + "ignore": [], + "include": [] + }, + "editorSetting": {} } \ No newline at end of file