新增页面

This commit is contained in:
2024-02-05 22:22:37 +08:00
parent 2280c0518b
commit 2610f4e6f1
31 changed files with 1037 additions and 51 deletions

View File

@@ -47,6 +47,64 @@
"navigationBarTitleText": "网页"
}
]
},
{
"root": "pages/home/subs",
"pages": [
{
"path": "group/join",
"style": {
"navigationBarTitleText": "扫码加群"
}
}
]
},
{
"root": "pages/mine/subs",
"pages": [
{
"path": "profile/index",
"style": {
"navigationBarTitleText": "会员信息"
}
},
{
"path": "recharge/index",
"style": {
"navigationBarTitleText": "会员充值"
}
},
{
"path": "coupon/coupon-list",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "order/order-list",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "order/order-detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "address/address-list",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "address/add-address",
"style": {
"navigationBarTitleText": "新增收货地址"
}
}
]
}
],
"preloadRule": {
@@ -91,7 +149,7 @@
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarTitleText": "VIP顾客中心",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F7F7F7"
}