emis-app/pages.json
2023-12-01 23:08:46 +08:00

139 lines
2.9 KiB
JSON

{
"leftWindow": {
"path": "windows/left-window.vue",
"style": {
"width": "350px"
}
},
"topWindow": {
"path": "windows/top-window.vue",
"style": {
"height": "60px"
}
},
"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"
},
"pages": [{
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "",
"navigationStyle":"custom",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSize": "24px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/tabBar/search/search",
"style": {
"navigationBarTitleText": "查件",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSize": "24px",
"color": "#FFFFFF"
}]
}
}
}
},
{
"path": "pages/tabBar/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "\ue534",
"fontSize": "24px",
"color": "#FFFFFF"
}]
}
}
}
}
],
"subPackages": [{
"root": "pages/API",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "get-user-info/get-user-info",
"style": {
"navigationBarTitleText": "获取用户信息"
}
},
{
"path": "request-payment/request-payment",
"style": {
"navigationBarTitleText": "发起支付"
}
}
]
}],
"globalStyle": {
"pageOrientation": "portrait",
"navigationBarTitleText": "Hello uniapp",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#B12D29",
"backgroundColor": "#fff",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"mp-360": {
"navigationStyle": "custom"
},
"app-plus":{
"bounce":"none"
},
"h5": {
"maxWidth": 1190,
"navigationBarTextStyle": "black",
"navigationBarBackgroundColor": "#F1F1F1"
}
},
"tabBar": {
"color": "#011111",
"selectedColor": "#B12D29",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/shouy.png",
"selectedIconPath": "static/shouySLT.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/search/search",
"iconPath": "static/dingdan.png",
"selectedIconPath": "static/dingdanSLT.png",
"text": "订单"
},
{
"pagePath": "pages/tabBar/search/search",
"iconPath": "static/caozuo.png",
"selectedIconPath": "static/caozuoSLT.png",
"text": "操作"
},
{
"pagePath": "pages/tabBar/mine/mine",
"iconPath": "static/wode.png",
"selectedIconPath": "static/wodeSLT.png",
"text": "我的"
}
]
}
}