users/pages.json

54 lines
1.3 KiB
JSON
Raw Permalink 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
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "余乐兑"
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/order/offlinepay/index",
"style": {
"navigationBarTitleText": "扫码付款"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"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": "我的"
}
]
}
}