|
@@ -19,8 +19,6 @@
|
|
|
"uploadWithSourceMap": true,
|
|
|
"compileHotReLoad": false,
|
|
|
"useMultiFrameRuntime": true,
|
|
|
- "useApiHook": true,
|
|
|
- "useApiHostProcess": false,
|
|
|
"babelSetting": {
|
|
|
"ignore": [],
|
|
|
"disablePlugins": [],
|
|
@@ -34,125 +32,105 @@
|
|
|
"userConfirmedBundleSwitch": false,
|
|
|
"packNpmManually": false,
|
|
|
"packNpmRelationList": [],
|
|
|
- "minifyWXSS": true
|
|
|
+ "minifyWXSS": true,
|
|
|
+ "ignoreUploadUnusedFiles": true
|
|
|
},
|
|
|
"compileType": "miniprogram",
|
|
|
- "libVersion": "2.25.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",
|
|
|
+ "query": "",
|
|
|
"scene": null
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ "editorSetting": {
|
|
|
+ "tabIndent": "insertSpaces",
|
|
|
+ "tabSize": 2
|
|
|
+ },
|
|
|
+ "libVersion": "2.25.1",
|
|
|
+ "packOptions": {
|
|
|
+ "ignore": [],
|
|
|
+ "include": []
|
|
|
+ },
|
|
|
+ "appid": "wx6e03e5ada030b1aa",
|
|
|
+ "projectname": "%E5%85%85%E7%94%B5%E6%A1%A9"
|
|
|
}
|