emis-app/pages.json

128 lines
2.7 KiB
JSON
Raw Normal View History

2023-11-25 16:30:38 +00:00
{
"leftWindow": {
"path": "windows/left-window.vue",
"style": {
"width": "350px"
}
},
"topWindow": {
"path": "windows/top-window.vue",
"style": {
"height": "60px"
}
},
2023-11-30 23:16:07 +00:00
"custom": {
"^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
},
2023-12-18 17:39:22 +00:00
"pages": [
{
2023-12-01 04:47:59 +00:00
"path": "pages/tabBar/home/home",
2023-11-25 16:30:38 +00:00
"style": {
2023-12-01 00:35:39 +00:00
"navigationBarTitleText": "",
2023-12-18 16:53:33 +00:00
"navigationStyle":"custom"
2023-11-27 15:35:58 +00:00
}
2023-11-25 16:30:38 +00:00
},
{
2023-12-18 16:53:33 +00:00
"path": "pages/tabBar/order/order",
2023-11-27 15:35:58 +00:00
"style": {
2023-12-19 17:58:00 +00:00
"navigationBarTitleText": "订单"
2023-12-18 16:53:33 +00:00
}
},
{
"path": "pages/tabBar/deal/deal",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom"
2023-11-27 15:35:58 +00:00
}
},
{
"path": "pages/tabBar/mine/mine",
"style": {
2023-12-18 16:53:33 +00:00
"navigationBarTitleText": "",
"navigationStyle":"custom"
2023-11-27 15:35:58 +00:00
}
2023-12-18 17:39:22 +00:00
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom"
}
2023-11-27 15:35:58 +00:00
}
],
2023-11-30 23:16:07 +00:00
"subPackages": [{
"root": "pages/API",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "授权登录"
2023-11-25 16:30:38 +00:00
}
2023-11-30 23:16:07 +00:00
},
{
"path": "get-user-info/get-user-info",
"style": {
"navigationBarTitleText": "获取用户信息"
}
},
{
"path": "request-payment/request-payment",
"style": {
"navigationBarTitleText": "发起支付"
}
}
]
}],
2023-11-25 16:30:38 +00:00
"globalStyle": {
"pageOrientation": "portrait",
2023-12-18 16:53:33 +00:00
"navigationBarTitleText": "探路物流",
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
2023-11-27 15:35:58 +00:00
"backgroundColor": "#fff",
2023-11-25 16:30:38 +00:00
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
2023-12-01 03:12:15 +00:00
"app-plus":{
"bounce":"none"
},
2023-11-25 16:30:38 +00:00
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
2023-11-27 15:35:58 +00:00
"color": "#011111",
"selectedColor": "#B12D29",
2023-11-30 23:16:07 +00:00
"borderStyle": "black",
2023-11-27 15:35:58 +00:00
"backgroundColor": "#fff",
2023-11-30 23:16:07 +00:00
"list": [{
2023-12-01 04:47:59 +00:00
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/shouy.png",
"selectedIconPath": "static/shouySLT.png",
2023-12-01 03:12:15 +00:00
"text": "首页"
},
{
2023-12-18 16:53:33 +00:00
"pagePath": "pages/tabBar/order/order",
2023-12-01 04:47:59 +00:00
"iconPath": "static/dingdan.png",
"selectedIconPath": "static/dingdanSLT.png",
2023-12-01 03:12:15 +00:00
"text": "订单"
2023-11-27 15:35:58 +00:00
},
{
2023-12-18 16:53:33 +00:00
"pagePath": "pages/tabBar/deal/deal",
2023-12-01 04:47:59 +00:00
"iconPath": "static/caozuo.png",
"selectedIconPath": "static/caozuoSLT.png",
2023-12-01 03:12:15 +00:00
"text": "操作"
2023-11-25 16:30:38 +00:00
},
2023-12-01 04:47:59 +00:00
{
2023-11-27 15:35:58 +00:00
"pagePath": "pages/tabBar/mine/mine",
2023-12-01 04:47:59 +00:00
"iconPath": "static/wode.png",
"selectedIconPath": "static/wodeSLT.png",
2023-11-25 16:30:38 +00:00
"text": "我的"
}
]
}
2023-11-27 15:35:58 +00:00
}