|
@@ -1,160 +1,148 @@
|
|
|
{
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
{
|
|
|
- "path" : "pages/Login/Login",
|
|
|
- "style" : {
|
|
|
+ "path": "pages/Login/Login",
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom",
|
|
|
"disableScroll": true
|
|
|
}
|
|
|
-
|
|
|
- },
|
|
|
+
|
|
|
+ },
|
|
|
{
|
|
|
- "path" : "pages/Login/loginWeixin",
|
|
|
- "style" : {
|
|
|
+ "path": "pages/Login/loginWeixin",
|
|
|
+ "style": {
|
|
|
"navigationStyle": "custom"
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Charts/mainStatistics",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"首页"
|
|
|
+ "path": "pages/Charts/mainStatistics",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "首页"
|
|
|
// "disableScroll": true
|
|
|
// "enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/Setting",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"机器设置",
|
|
|
+ "path": "pages/Setting/Setting",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "机器设置",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/singleStatistics",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"单机统计",
|
|
|
+ "path": "pages/Setting/singleStatistics",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "单机统计",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/cleanRule",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"清洗规则",
|
|
|
+ "path": "pages/Setting/cleanRule",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "清洗规则",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/pay",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"支付",
|
|
|
+ "path": "pages/Setting/pay",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "支付",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/parameters",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"参数类型",
|
|
|
+ "path": "pages/Setting/parameters",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "参数类型",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/generalParameters",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"通用参数",
|
|
|
+ "path": "pages/Setting/generalParameters",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "通用参数",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/advancedParameters",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"进阶参数",
|
|
|
+ "path": "pages/Setting/advancedParameters",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "进阶参数",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/dayPay",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"按日支付",
|
|
|
+ "path": "pages/Setting/dayPay",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "按日支付",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/Setting/timesPay",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"按次数支付",
|
|
|
+ "path": "pages/Setting/timesPay",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "按次数支付",
|
|
|
// "disableScroll": true,
|
|
|
"enablePullDownRefresh": true
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- "path" : "pages/User/user",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"我的"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/User/promoCode",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"优惠码"
|
|
|
- }
|
|
|
- },
|
|
|
- {
|
|
|
- "path" : "pages/User/buyPromo",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"购买优惠码"
|
|
|
+ "path": "pages/User/user",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的"
|
|
|
}
|
|
|
},
|
|
|
+
|
|
|
{
|
|
|
- "path" : "pages/User/equipmentName",
|
|
|
- "style" : {
|
|
|
- "navigationBarTitleText":"修改设备名称"
|
|
|
+ "path": "pages/User/buyPromo",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "购买优惠码"
|
|
|
}
|
|
|
},
|
|
|
- // {
|
|
|
- // "path": "pages/Charts/elseStatistics",
|
|
|
- // "style": {
|
|
|
- // "navigationBarTitleText": "统计图表"
|
|
|
- // }
|
|
|
- // },
|
|
|
+
|
|
|
+
|
|
|
// {
|
|
|
// "path": "pages/Charts/equipmentStatistics",
|
|
|
// "style": {
|
|
|
// "navigationBarTitleText": "销售排行"
|
|
|
// }
|
|
|
// }
|
|
|
-
|
|
|
- {
|
|
|
- "path" : "pages/WeixinSwicth/WeixinSwicth",
|
|
|
- "style" : {
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "pages/WeixinSwicth/WeixinSwicth",
|
|
|
+ "style": {
|
|
|
// "navigationStyle": "custom",
|
|
|
"navigationBarTitleText": "微信绑定",
|
|
|
- "menuSrc":"static/img/leftTriangle.png",
|
|
|
- "enablePullDownRefresh": true
|
|
|
+ "menuSrc": "static/img/leftTriangle.png",
|
|
|
+ "enablePullDownRefresh": true
|
|
|
// "disableScroll": true
|
|
|
}
|
|
|
- }
|
|
|
- // ,{
|
|
|
- // "path" : "pages/Setting/saoma",
|
|
|
- // "style" : {
|
|
|
- // "navigationBarTitleText": "扫码"
|
|
|
- // }
|
|
|
- // }
|
|
|
- ],
|
|
|
+ }
|
|
|
+ // ,{
|
|
|
+ // "path" : "pages/Setting/saoma",
|
|
|
+ // "style" : {
|
|
|
+ // "navigationBarTitleText": "扫码"
|
|
|
+ // }
|
|
|
+ // }
|
|
|
+
|
|
|
+
|
|
|
+ ],
|
|
|
+
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "white",
|
|
|
"navigationBarTitleText": "",
|
|
|
"navigationBarBackgroundColor": "#206DC3",
|
|
|
"backgroundColor": "#F8F8F8",
|
|
|
- "animationType":"slide-in-right",
|
|
|
- "animationDuration":200
|
|
|
+ "animationType": "slide-in-right",
|
|
|
+ "animationDuration": 200
|
|
|
},
|
|
|
"tabBar": {
|
|
|
"color": "#7A7E83",
|
|
@@ -167,24 +155,6 @@
|
|
|
"selectedIconPath": "static/img/homeHL.png",
|
|
|
"text": "首页"
|
|
|
},
|
|
|
- // {
|
|
|
- // "pagePath": "pages/User/merchantList",
|
|
|
- // "iconPath": "static/img/merchantList.png",
|
|
|
- // "selectedIconPath": "static/img/merchantListHL.png",
|
|
|
- // "text": "机器销售"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "pagePath": "pages/Charts/equipmentStatistics",
|
|
|
- // "iconPath": "static/img/equipmentSratisticsList.png",
|
|
|
- // "selectedIconPath": "static/img/equipmentSratisticsListHL.png",
|
|
|
- // "text": "机器排行"
|
|
|
- // },
|
|
|
- // {
|
|
|
- // "pagePath": "pages/User/equipmentStatusList",
|
|
|
- // "iconPath": "static/img/equipment.png",
|
|
|
- // "selectedIconPath": "static/img/equipmentHL.png",
|
|
|
- // "text": "机器状态"
|
|
|
- // },
|
|
|
{
|
|
|
"pagePath": "pages/Setting/Setting",
|
|
|
"iconPath": "static/img/equipment.png",
|
|
@@ -198,5 +168,46 @@
|
|
|
"text": "我的"
|
|
|
}
|
|
|
]
|
|
|
- }
|
|
|
+ },
|
|
|
+ "subPackages": [{
|
|
|
+ "root": "packageA",
|
|
|
+ "name": "pack1",
|
|
|
+ "pages": [
|
|
|
+
|
|
|
+ {
|
|
|
+ "path": "pages/user/sign",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "签到信息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/user/qiandao",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "签到"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path" : "pages/user/equipmentName",
|
|
|
+ "style" : {
|
|
|
+ "navigationBarTitleText":"修改设备名称"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/user/workerList",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "员工列表",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/user/worker",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "员工信息",
|
|
|
+ "enablePullDownRefresh": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }]
|
|
|
}
|