12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": true,
- "es6": true,
- "enhance": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "coverView": true,
- "autoAudits": false,
- "checkInvalidKey": true,
- "checkSiteMap": false,
- "uploadWithSourceMap": true,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "useApiHostProcess": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": true,
- "useCompilerModule": true,
- "userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "scopeDataCheck": false
- },
- "compileType": "miniprogram",
- "libVersion": "2.9.2",
- "appid": "wx642cb2e44ded7687",
- "projectname": "%E5%BE%AE%E6%94%BF%E5%8A%9E%E4%BA%8B%E6%8C%87%E5%8D%97",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "pages/home/detail/detail",
- "pathName": "pages/home/detail/detail",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/home/correction/correction",
- "pathName": "pages/home/correction/correction",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/home/search/search",
- "pathName": "pages/home/search/search",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/home/location/location",
- "pathName": "pages/home/location/location",
- "query": "",
- "scene": null
- }
- ]
- }
- },
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- }
- }
|