From a60635daa47a6d9813c83002965d21b1c1d7d33c Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Tue, 13 Aug 2024 09:48:41 +0800 Subject: [PATCH] 修改框架 --- /dev/null | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 39886cd..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -customerSystem/build/ -operation/build/ diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 48e341a..0000000 --- a/package-lock.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "lockfileVersion": 1 -} diff --git a/project.config.json b/project.config.json deleted file mode 100644 index 68593a8..0000000 --- a/project.config.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "appid": "wx414ae04ac3f10b4e", - "compileType": "miniprogram", - "libVersion": "3.3.4", - "packOptions": { - "ignore": [], - "include": [] - }, - "setting": { - "coverView": true, - "es6": true, - "postcss": true, - "minified": true, - "enhance": true, - "showShadowRootInWxmlPanel": true, - "packNpmRelationList": [], - "babelSetting": { - "ignore": [], - "disablePlugins": [], - "outputPath": "" - } - }, - "condition": {}, - "editorSetting": { - "tabIndent": "insertSpaces", - "tabSize": 2 - } -} \ No newline at end of file diff --git a/project.private.config.json b/project.private.config.json deleted file mode 100644 index abdfb1b..0000000 --- a/project.private.config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", - "projectname": "hugeDyh2.0", - "setting": { - "compileHotReLoad": true, - "urlCheck": false - } -} \ No newline at end of file -- Gitblit v1.8.0