|
@@ -1,135 +1,158 @@
|
|
|
{
|
|
|
- "description": "项目配置文件。",
|
|
|
- "setting": {
|
|
|
- "urlCheck": false,
|
|
|
- "es6": true,
|
|
|
- "postcss": true,
|
|
|
- "minified": true,
|
|
|
- "newFeature": true,
|
|
|
- "autoAudits": false
|
|
|
- },
|
|
|
- "compileType": "miniprogram",
|
|
|
- "libVersion": "2.14.1",
|
|
|
- "appid": "wx6e03e5ada030b1aa",
|
|
|
- "projectname": "充电桩",
|
|
|
- "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": -1,
|
|
|
- "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
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- }
|
|
|
+ "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
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|