123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "description": "项目配置文件",
- "packOptions": {
- "ignore": []
- },
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": true,
- "coverView": true,
- "autoAudits": false,
- "showShadowRootInWxmlPanel": true,
- "scopeDataCheck": false,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useCompilerModule": false,
- "userConfirmedUseCompilerModuleSwitch": false
- },
- "compileType": "miniprogram",
- "libVersion": "2.11.3",
- "appid": "wx101d03d3f1aab84c",
- "projectname": "%E4%BB%BF%E5%96%9C%E9%A9%AC%E6%8B%89%E9%9B%85lite",
- "debugOptions": {
- "hidedInDevtools": []
- },
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "current": -1,
- "list": []
- },
- "conversation": {
- "current": -1,
- "list": []
- },
- "plugin": {
- "current": -1,
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "gamePlugin": {
- "current": -1,
- "list": []
- },
- "miniprogram": {
- "current": 4,
- "list": [
- {
- "id": -1,
- "name": "收藏页",
- "pathName": "pages/collection/collection",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "分类页",
- "pathName": "pages/classification/classification",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "榜单页",
- "pathName": "pages/index/bangdan/bangdan",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "user",
- "pathName": "pages/user/user",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "details",
- "pathName": "pages/details/details",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "phoneLogin",
- "pathName": "pages/user/phoneLogin/phoneLogin",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "搜索页",
- "pathName": "pages/search/search",
- "scene": null
- }
- ]
- }
- }
- }
|