| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "postcss": true,
- "minified": true,
- "newFeature": true,
- "checkInvalidKey": true,
- "checkSiteMap": true,
- "uploadWithSourceMap": true,
- "useMultiFrameRuntime": true,
- "useApiHook": true,
- "babelSetting": {
- "ignore": [],
- "disablePlugins": [],
- "outputPath": ""
- },
- "useIsolateContext": true,
- "useCompilerModule": false,
- "userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true,
- "bundle": false,
- "useApiHostProcess": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.3.0",
- "appid": "wx1fef080f74481cbd",
- "projectname": "%E6%95%B0%E5%AD%A6%E8%AE%A1%E7%AE%97%E9%A2%98",
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "list": []
- },
- "conversation": {
- "list": []
- },
- "plugin": {
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "miniprogram": {
- "list": [
- {
- "id": 0,
- "name": "list",
- "pathName": "pages/main/list",
- "query": "id=3&name=三年级"
- },
- {
- "id": 1,
- "name": "detail",
- "pathName": "pages/main/detail",
- "query": "id=187"
- },
- {
- "id": 2,
- "name": "print",
- "pathName": "pages/main/print",
- "query": "id=183"
- },
- {
- "id": -1,
- "name": "item",
- "pathName": "pages/main/item",
- "query": "id=46"
- },
- {
- "id": -1,
- "name": "guide",
- "pathName": "pages/main/guide",
- "query": ""
- },
- {
- "id": -1,
- "name": "login",
- "pathName": "pages/about/payfinished",
- "query": ""
- },
- {
- "id": -1,
- "name": "answer",
- "pathName": "pages/main/answer",
- "query": ""
- },
- {
- "id": -1,
- "name": "errorlist",
- "pathName": "pages/main/errorlist",
- "query": ""
- },
- {
- "id": -1,
- "name": "share",
- "pathName": "pages/about/share",
- "query": ""
- }
- ]
- }
- }
- }
|