You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
106 lines
2.5 KiB
106 lines
2.5 KiB
{ |
|
"description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html", |
|
"packOptions": { |
|
"ignore": [], |
|
"include": [] |
|
}, |
|
"setting": { |
|
"urlCheck": false, |
|
"es6": true, |
|
"enhance": false, |
|
"postcss": true, |
|
"preloadBackgroundData": false, |
|
"minified": true, |
|
"newFeature": false, |
|
"coverView": true, |
|
"nodeModules": false, |
|
"autoAudits": false, |
|
"showShadowRootInWxmlPanel": true, |
|
"scopeDataCheck": false, |
|
"uglifyFileName": false, |
|
"checkInvalidKey": true, |
|
"checkSiteMap": true, |
|
"uploadWithSourceMap": true, |
|
"compileHotReLoad": false, |
|
"lazyloadPlaceholderEnable": false, |
|
"useMultiFrameRuntime": true, |
|
"useApiHook": false, |
|
"useApiHostProcess": false, |
|
"babelSetting": { |
|
"ignore": [], |
|
"disablePlugins": [], |
|
"outputPath": "" |
|
}, |
|
"useIsolateContext": false, |
|
"userConfirmedBundleSwitch": false, |
|
"packNpmManually": false, |
|
"packNpmRelationList": [], |
|
"minifyWXSS": true, |
|
"disableUseStrict": false, |
|
"minifyWXML": true, |
|
"showES6CompileOption": false, |
|
"useCompilerPlugins": false, |
|
"ignoreUploadUnusedFiles": true, |
|
"useStaticServer": true |
|
}, |
|
"compileType": "miniprogram", |
|
"libVersion": "2.15.0", |
|
"appid": "wxe20096a48806d438", |
|
"projectname": "bml_travel", |
|
"simulatorType": "wechat", |
|
"simulatorPluginLibVersion": {}, |
|
"editorSetting": { |
|
"tabIndent": "insertSpaces", |
|
"tabSize": 2 |
|
}, |
|
"condition": { |
|
"plugin": { |
|
"list": [] |
|
}, |
|
"game": { |
|
"list": [] |
|
}, |
|
"gamePlugin": { |
|
"list": [] |
|
}, |
|
"miniprogram": { |
|
"list": [ |
|
{ |
|
"name": "搜索", |
|
"pathName": "pages/index/search/search", |
|
"query": "", |
|
"scene": null |
|
}, |
|
{ |
|
"name": "club", |
|
"pathName": "pages/index/club/club", |
|
"query": "", |
|
"scene": null |
|
}, |
|
{ |
|
"name": "active", |
|
"pathName": "pages/index/active/active", |
|
"query": "", |
|
"scene": null |
|
}, |
|
{ |
|
"name": "activeing", |
|
"pathName": "pages/index/activeing/activeing", |
|
"query": "", |
|
"scene": null |
|
}, |
|
{ |
|
"name": "rank", |
|
"pathName": "pages/index/rank/rank", |
|
"query": "", |
|
"scene": null |
|
}, |
|
{ |
|
"name": "activeDetail", |
|
"pathName": "pages/index/activeDetail/activeDetail", |
|
"scene": null |
|
} |
|
] |
|
} |
|
} |
|
} |