users/pages.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2024-11-08 14:43:06 +08:00
{
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
2024-11-26 15:26:32 +08:00
// {
// "path": "pages/index/index",
// "style": {
// "navigationBarTitleText": "余乐兑"
// }
// },
// {
// "path": "pages/mine/mine",
// "style": {
// "navigationBarTitleText": "我的"
// }
// },
2024-11-08 14:43:06 +08:00
{
2024-11-26 15:26:32 +08:00
"path": "pages/order/offlinepay/index",
2024-11-08 14:43:06 +08:00
"style": {
2024-11-26 15:26:32 +08:00
"navigationBarTitleText": "扫码付款"
2024-11-08 14:43:06 +08:00
}
},
{
2024-11-26 15:26:32 +08:00
"path": "pages/order/offlinepay/pay/index",
2024-11-08 14:43:06 +08:00
"style": {
2024-11-26 15:26:32 +08:00
"navigationBarTitleText": "支付中"
2024-11-08 14:43:06 +08:00
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
2024-11-26 15:26:32 +08:00
"uniIdRouter": {}
// "tabBar": {
// "color": "#000000",
// "selectedColor": "#000000",
// "borderStyle": "black",
// "backgroundColor": "#ffffff",
// "list": [{
// "pagePath": "pages/index/index",
// "iconPath": "static/image/tabbar/index1.png",
// "selectedIconPath": "static/image/tabbar/index2.png",
// "text": "主页"
// },
// {
// // "pagePath": "pages/order/offlinepay/index",
// "pagePath": "pages/mine/mine",
// // "pagePath": "pages/order_sub/offlinepay/index",
// "iconPath": "static/image/tabbar/mine1.png",
// "selectedIconPath": "static/image/tabbar/mine2.png",
// "text": "我的"
// }
// ]
// }
2024-11-08 14:43:06 +08:00
}