12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "packOptions": {
- "ignore": [],
- "include": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "enhance": true,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": true,
- "coverView": true,
- "nodeModules": true,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "uglifyFileName": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "compileHotReLoad": false,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "useApiHostProcess": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "enableEngineNative": false,
- "useIsolateContext": true,
- "useCompilerModule": true,
- "userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.11.1",
- "appid": "wxa2bf334720c47626",
- "projectname": "env-pc",
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "editorSetting": {
- "tabIndent": "insertSpaces",
- "tabSize": 2
- },
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "pages/index/index",
- "pathName": "pages/index/index",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/adjust/index",
- "pathName": "pages/adjust/index",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/detail/index",
- "pathName": "pages/detail/index",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/usercenter/index",
- "pathName": "pages/usercenter/index",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/feedback/index",
- "pathName": "pages/feedback/index",
- "query": "",
- "scene": null
- },
- {
- "name": "pages/search/index",
- "pathName": "pages/search/index",
- "query": "",
- "scene": null
- }
- ]
- }
- }
- }
|