123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158 |
- {
- "description": "项目配置文件。",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "enhance": false,
- "postcss": true,
- "preloadBackgroundData": false,
- "minified": true,
- "newFeature": true,
- "coverView": true,
- "nodeModules": false,
- "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,
- "bundle": false,
- "useIsolateContext": true,
- "useCompilerModule": true,
- "userConfirmedUseCompilerModuleSwitch": false,
- "userConfirmedBundleSwitch": false,
- "packNpmManually": false,
- "packNpmRelationList": [],
- "minifyWXSS": true
- },
- "compileType": "miniprogram",
- "libVersion": "2.16.1",
- "appid": "wx6e03e5ada030b1aa",
- "projectname": "%E5%85%85%E7%94%B5%E6%A1%A9",
- "isGameTourist": false,
- "simulatorType": "wechat",
- "simulatorPluginLibVersion": {},
- "condition": {
- "search": {
- "list": []
- },
- "conversation": {
- "list": []
- },
- "plugin": {
- "list": []
- },
- "game": {
- "currentL": -1,
- "list": []
- },
- "gamePlugin": {
- "list": []
- },
- "miniprogram": {
- "list": [
- {
- "id": -1,
- "name": "登录",
- "pathName": "pages/login/login",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "忘记密码",
- "pathName": "pages/forget/forget",
- "query": "",
- "scene": null
- },
- {
- "id": 2,
- "name": "找回密码",
- "pathName": "pages/reset_password/reset_password",
- "query": "loginName=1234444",
- "scene": null
- },
- {
- "id": -1,
- "name": "注册",
- "pathName": "pages/register/register",
- "query": "",
- "scene": null
- },
- {
- "id": 4,
- "name": "我的",
- "pathName": "pages/ucenter/index/index",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "充值记录",
- "pathName": "pages/ucenter/chargemoneylog/chargemoneylog",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "充值",
- "pathName": "pages/chargemoney/chargemoney",
- "query": "",
- "scene": null
- },
- {
- "id": 7,
- "name": "充电中",
- "pathName": "pages/charging/charging",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "客服中心",
- "pathName": "pages/ucenter/help/help",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "我的钱包",
- "pathName": "pages/ucenter/purse/purse",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "充电记录",
- "pathName": "pages/ucenter/charginglog/charginglog",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "终端详情",
- "pathName": "pages/scan_result/scan_result",
- "query": "",
- "scene": null
- },
- {
- "id": -1,
- "name": "去支付",
- "pathName": "pages/order/order",
- "scene": null
- }
- ]
- }
- }
- }
|