emis-app/pages.json

141 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"
}
},
"pages": [
{
2023-11-27 15:35:58 +00:00
"path": "pages/tabBar/sending/sending",
2023-11-25 16:30:38 +00:00
"style": {
2023-11-27 15:35:58 +00:00
"navigationBarTitleText": "",
2023-11-25 16:30:38 +00:00
"app-plus": {
"bounce": "vertical",
"titleNView": {
2023-11-27 15:35:58 +00:00
"buttons": [
{
"text": "\ue534",
"fontSize": "24px",
"color": "#FFFFFF"
}
]
2023-11-25 16:30:38 +00:00
}
}
2023-11-27 15:35:58 +00:00
}
2023-11-25 16:30:38 +00:00
},
{
2023-11-27 15:35:58 +00:00
"path": "pages/tabBar/search/search",
"style": {
"navigationBarTitleText": "查件",
"app-plus": {
"bounce": "vertical",
"titleNView": {
"buttons": [
{
"text": "\ue534",
"fontSize": "24px",
"color": "#FFFFFF"
2023-11-25 16:30:38 +00:00
}
2023-11-27 15:35:58 +00:00
]
2023-11-25 16:30:38 +00:00
}
2023-11-27 15:35:58 +00:00
}
}
},
{
"path": "pages/tabBar/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"bounce": "vertical",
"titleNView": {
"buttons": [
{
"text": "\ue534",
"fontSize": "24px",
"color": "#FFFFFF"
2023-11-25 16:30:38 +00:00
}
2023-11-27 15:35:58 +00:00
]
2023-11-25 16:30:38 +00:00
}
2023-11-27 15:35:58 +00:00
}
}
}
],
"subPackages": [
{
"root": "pages/API",
"pages": [
2023-11-25 16:30:38 +00:00
{
2023-11-27 15:35:58 +00:00
"path": "login/login",
2023-11-25 16:30:38 +00:00
"style": {
2023-11-27 15:35:58 +00:00
"navigationBarTitleText": "授权登录"
2023-11-25 16:30:38 +00:00
}
},
{
2023-11-27 15:35:58 +00:00
"path": "get-user-info/get-user-info",
2023-11-25 16:30:38 +00:00
"style": {
2023-11-27 15:35:58 +00:00
"navigationBarTitleText": "获取用户信息"
2023-11-25 16:30:38 +00:00
}
},
{
2023-11-27 15:35:58 +00:00
"path": "request-payment/request-payment",
2023-11-25 16:30:38 +00:00
"style": {
2023-11-27 15:35:58 +00:00
"navigationBarTitleText": "发起支付"
2023-11-25 16:30:38 +00:00
}
}
]
}
],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
"navigationBarTextStyle": "white",
2023-11-27 15:35:58 +00:00
"navigationBarBackgroundColor": "#B12D29",
"backgroundColor": "#fff",
2023-11-25 16:30:38 +00:00
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
2023-11-27 15:35:58 +00:00
"height": "120px",
"fontSize": "24px",
"spacing": "12px",
"color": "#011111",
"selectedColor": "#B12D29",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"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:30:38 +00:00
},
{
2023-11-27 15:35:58 +00:00
"pagePath": "pages/tabBar/mine/mine",
"iconPath": "static/mine.png",
"selectedIconPath": "static/mineSLT.png",
2023-11-25 16:30:38 +00:00
"text": "我的"
}
]
}
2023-11-27 15:35:58 +00:00
}