emis-sapp/pages.json

139 lines
2.8 KiB
JSON
Raw Normal View History

2023-11-25 16:29:44 +00:00
{
"leftWindow": {
"path": "windows/left-window.vue",
"style": {
"width": "350px"
}
},
"topWindow": {
"path": "windows/top-window.vue",
"style": {
"height": "60px"
}
},
2023-11-29 16:58:09 +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-02 08:54:31 +00:00
"pages": [
{
2023-11-27 15:09:17 +00:00
"path": "pages/tabBar/sending/sending",
2023-11-25 16:29:44 +00:00
"style": {
2023-12-01 01:03:34 +00:00
"navigationBarTitleText": "",
2023-12-04 01:18:04 +00:00
"navigationStyle":"custom"
2023-11-27 15:09:17 +00:00
}
2023-11-25 16:29:44 +00:00
},
{
2023-11-27 15:09:17 +00:00
"path": "pages/tabBar/search/search",
"style": {
"navigationBarTitleText": "查件",
2023-12-04 01:18:04 +00:00
"navigationStyle":"custom"
2023-11-27 15:09:17 +00:00
}
},
{
"path": "pages/tabBar/mine/mine",
"style": {
"navigationBarTitleText": "我的",
2023-12-04 01:18:04 +00:00
"navigationStyle":"custom"
}
},
{
"path": "pages/post/post",
"style": {
"navigationBarTitleText": "上门取件"
2023-11-27 15:09:17 +00:00
}
2023-12-02 08:54:31 +00:00
},
2023-12-05 14:16:45 +00:00
{
"path": "pages/address/list",
"style": {
"navigationBarTitleText": "地址管理"
}
},
{
"path": "pages/address/edit",
"style": {
"navigationBarTitleText": "地址编辑"
}
},
2023-12-02 08:54:31 +00:00
{
"path": "pages/complaint/complaint",
"style": {
"navigationBarTitleText": "投诉列表"
}
2023-12-07 04:05:57 +00:00
},
{
"path": "pages/complaint/edit",
"style": {
"navigationBarTitleText": "投诉编辑"
}
2023-11-27 15:09:17 +00:00
}
],
2023-11-29 16:58:09 +00:00
"subPackages": [{
"root": "pages/API",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "授权登录"
2023-11-25 16:29:44 +00:00
}
2023-11-29 16:58:09 +00:00
},
{
"path": "get-user-info/get-user-info",
"style": {
"navigationBarTitleText": "获取用户信息"
}
},
{
"path": "request-payment/request-payment",
"style": {
"navigationBarTitleText": "发起支付"
}
}
]
}],
2023-11-25 16:29:44 +00:00
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
2023-12-02 08:54:31 +00:00
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#fff",
2023-11-27 15:09:17 +00:00
"backgroundColor": "#fff",
2023-11-25 16:29:44 +00:00
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
2023-12-01 15:43:28 +00:00
"app-plus":{
"bounce":"none"
},
2023-11-25 16:29:44 +00:00
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
2023-11-27 15:09:17 +00:00
"color": "#011111",
"selectedColor": "#B12D29",
2023-11-27 18:33:56 +00:00
"borderStyle": "black",
2023-11-27 15:09:17 +00:00
"backgroundColor": "#fff",
2023-11-29 16:58:09 +00:00
"list": [{
2023-11-27 15:09:17 +00:00
"pagePath": "pages/tabBar/sending/sending",
"iconPath": "static/sending.png",
"selectedIconPath": "static/sendingSLT.png",
"text": "寄件"
},
{
"pagePath": "pages/tabBar/search/search",
"iconPath": "static/search.png",
"selectedIconPath": "static/searchSLT.png",
"text": "查件"
2023-11-25 16:29:44 +00:00
},
{
2023-11-27 15:09:17 +00:00
"pagePath": "pages/tabBar/mine/mine",
"iconPath": "static/mine.png",
"selectedIconPath": "static/mineSLT.png",
2023-11-25 16:29:44 +00:00
"text": "我的"
}
]
}
2023-11-27 15:09:17 +00:00
}