wx/pages.json

135 lines
3.4 KiB
JSON
Raw Normal View History

2024-06-15 21:13:11 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/index/components/coupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "pages/index/components/shoppingCart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/index/components/switchStores",
"style": {
"navigationBarTitleText": "切换门店"
}
},
{
"path": "pages/order-water/index",
"style": {
"navigationBarTitleText": "订水"
}
},
{
"path": "pages/water-coupon/index",
"style": {
"navigationBarTitleText": "水票"
}
},
{
"path": "pages/water-coupon/components/particulars",
"style": {
"navigationBarTitleText": "水票详情"
}
},
{
"path": "pages/shopp/index",
"style": {
"navigationBarTitleText": "商城"
}
},
{
"path": "pages/shopp/components/commodityDetails",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/shopp/components/orderForm",
"style": {
"navigationBarTitleText": "提交订单"
}
},
{
"path": "pages/my/index",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/my/components/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/my/components/myOrder",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/my/components/myAddress",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "pages/my/components/addShippingAddress",
"style": {
"navigationBarTitleText": "新增地址"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "水站",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
// "iconPath": "https://i.postimg.cc/SQ2gyt5d/image.png",
// "selectedIconPath": "https://i.postimg.cc/vZLPJgjd/image.png"
},
{
"pagePath": "pages/water-coupon/index",
"text": "水票"
// "iconPath": "https://i.postimg.cc/N0sNBGq2/image.png",
// "selectedIconPath": "https://i.postimg.cc/qRgj6m7k/image.png"
},
{
"pagePath": "pages/order-water/index",
"text": "订水"
// "iconPath": "https://i.postimg.cc/MT4t7yc1/image.png",
// "selectedIconPath": "https://i.postimg.cc/tJxk2YPw/image.png"
},
{
"pagePath": "pages/shopp/index",
"text": "商城"
// "iconPath": "https://i.postimg.cc/MT4t7yc1/image.png",
// "selectedIconPath": "https://i.postimg.cc/tJxk2YPw/image.png"
},
{
"pagePath": "pages/my/index",
"text": "我的"
// "iconPath": "https://i.postimg.cc/nhtRSY3k/image.png",
// "selectedIconPath": "https://i.postimg.cc/nL33z8pR/image.png"
}
]
}
}