修改小程序 project.config.json
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"description": "项目配置文件",
|
||||
"packOptions": {
|
||||
"ignore": [],
|
||||
"ignore": [
|
||||
{
|
||||
"value": ".eslintrc.js",
|
||||
"type": "file"
|
||||
}
|
||||
],
|
||||
"include": []
|
||||
},
|
||||
"setting": {
|
||||
@@ -41,9 +46,9 @@
|
||||
"ignoreUploadUnusedFiles": false
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "2.19.4",
|
||||
"libVersion": "2.21.4",
|
||||
"appid": "wx332e2e578f09873a",
|
||||
"projectname": "miniprogram-92",
|
||||
"projectname": "社区疫情防控系统",
|
||||
"condition": {},
|
||||
"editorSetting": {
|
||||
"tabIndent": "insertSpaces",
|
||||
|
@@ -5,6 +5,5 @@
|
||||
"compileHotReLoad": true,
|
||||
"urlCheck": false,
|
||||
"bigPackageSizeSupport": true
|
||||
},
|
||||
"libVersion": "2.21.4"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user