123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/Login/Login",
- "style": {
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/Login/loginWeixin",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/Charts/mainStatistics",
- "style": {
- "navigationBarTitleText": "统计图表"
- }
- },
- // "disableScroll": true
- // "enablePullDownRefresh": true
- {
- "path": "pages/User/merchantList",
- "style": {
- "navigationBarTitleText": "机器销售",
- // "disableScroll": true,
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/User/equipmentSratisticsList",
- "style": {
- "navigationBarTitleText": "机器排行",
- // "disableScroll": true,
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/User/equipmentStatusList",
- "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/Charts/elseStatistics",
- "style": {
- "navigationBarTitleText": "统计图表"
- }
- },
- {
- "path": "pages/Charts/equipmentStatistics",
- "style": {
- "navigationBarTitleText": "销售排行"
- }
- },
- {
- "path": "pages/WeixinSwicth/WeixinSwicth",
- "style": {
- // "navigationStyle": "custom",
- "navigationBarTitleText": "微信绑定",
- "menuSrc": "static/img/leftTriangle.png",
- "enablePullDownRefresh": true
- }
- }
- // {
- // "path" : "App",
- // "style" : {}
- // }
- // ,{
- // "path" : "pages/User/map",
- // "style" : {
- // "navigationBarTitleText" : "Map"
- // }
- // }
- // ,{
- // "path" : "pages/User/GoogleMap",
- // "style" : {
- // "navigationBarTitleText" : "GoogleMap"
- // }
- // }
- ],
- // "disableScroll": true
- "globalStyle": {
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#206DC3",
- "backgroundColor": "#F8F8F8",
- "animationType": "slide-in-right",
- "animationDuration": 200
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#007AFF",
- "borderStyle": "black",
- "backgroundColor": "#F8F8F8",
- "list": [{
- "pagePath": "pages/Charts/mainStatistics",
- "iconPath": "static/img/home.png",
- "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/User/user",
- "iconPath": "static/img/user.png",
- "selectedIconPath": "static/img/userHL.png",
- "text": "我的"
- }
- ]
- },
- "subPackages": [{
- "root": "packageA",
- "name": "pack1",
- "pages": [{
- "path": "pages/equipmentStatus/map",
- "style": {
- "navigationBarTitleText": "MAP",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/equipmentStatus/GoogleMap",
- "style": {
- "navigationBarTitleText": "GoogleMap",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/remote/dosugar",
- "style": {
- "navigationBarTitleText": "远程做糖",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/remote/sugarList",
- "style": {
- "navigationBarTitleText": "今日做糖列表",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/remote/remoteList",
- "style": {
- "navigationBarTitleText": "远程操作列表",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/remote/parameters",
- "style": {
- "navigationBarTitleText": "参数列表",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/remote/advancedParameters",
- "style": {
- "navigationBarTitleText": "进阶参数",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/remote/generalParameters",
- "style": {
- "navigationBarTitleText": "通用参数",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/remote/alarmClockList",
- "style": {
- "navigationBarTitleText": "闹钟",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/remote/alarmClockItem",
- "style": {
- "navigationBarTitleText": "设置闹钟",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/equipmentName",
- "style": {
- "navigationBarTitleText": "修改设备名称"
- }
- },
- {
- "path": "pages/user/timeRule",
- "style": {
- "navigationBarTitleText": "定时开关机"
- }
- },
- {
- "path": "pages/user/timeSet",
- "style": {
- "navigationBarTitleText": "定时开关机"
- }
- },
- {
- "path": "pages/user/timeSelect",
- "style": {}
- }, {
- "path": "pages/remote/volume",
- "style": {
- "navigationBarTitleText": "音量调节",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/refuse",
- "style": {
- "navigationBarTitleText": "退款",
- "enablePullDownRefresh": false
- }
-
- }, {
- "path": "pages/user/editor/editor",
- "style": {
- "navigationBarTitleText": "编辑公告",
- "enablePullDownRefresh": false
- }
- },{
- "path": "pages/user/orderEit",
- "style": {
- "navigationBarTitleText": "详情",
- "enablePullDownRefresh": false
- }
- }
- ]
- }]
- }
|