policeSecurity/collect_information/project.config.json

19 lines
400 B
JSON
Raw Normal View History

2024-09-25 10:21:43 +08:00
{
"miniprogramRoot": "./dist",
"projectname": "collect_information",
"description": "警保联动小程序",
"appid": "touristappid",
"setting": {
"urlCheck": false,
2024-12-02 16:09:25 +08:00
"es6": true,
2024-09-25 10:21:43 +08:00
"enhance": false,
2024-12-02 16:09:25 +08:00
"minified": true,
"minifyWXSS": true,
"minifyWXML": true,
2024-09-25 10:21:43 +08:00
"compileHotReLoad": false,
2024-12-02 16:09:25 +08:00
"postcss": true,
"minified": true
2024-09-25 10:21:43 +08:00
},
"compileType": "miniprogram"
}