新增页面
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user