12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "description": "项目配置文件。",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": false,
- "es6": false,
- "postcss": false,
- "minified": false,
- "newFeature": true,
- "bigPackageSizeSupport": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "condition": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.31.0",
- "appid": "wxeb199bd19f53ea42",
- "projectname": "云咖交易",
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "LiveDetail",
- "pathName": "pages/member/live/LiveDetail",
- "query": "live_apply_id=1&test=1"
- }
- ]
- }
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|