11.28前端

This commit is contained in:
@QQNZX 2023-11-28 17:53:45 +08:00
parent 3af015c126
commit d304650fc2

View File

@ -15,6 +15,16 @@
} }
}] }]
}, },
{
"root": "pagesLogin",
"pages": [{
"path": "login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
}]
},
{ {
"root": "pagesHome", "root": "pagesHome",
"pages": [{ "pages": [{
@ -123,6 +133,48 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{
"path": "VIP/vip",
"style": {
"navigationBarTitleText": "会员",
"navigationStyle": "custom"
}
},
{
"path": "CardManagement/CardManagement",
"style": {
"navigationBarTitleText": "子卡管理",
"navigationStyle": "custom"
}
},
{
"path": "writeOff/writeOff",
"style": {
"navigationBarTitleText": "核销记录",
"navigationStyle": "custom"
}
},
{
"path": "Recharge/Recharge",
"style": {
"navigationBarTitleText": "充值记录",
"navigationStyle": "custom"
}
},
{
"path": "invite/invite",
"style": {
"navigationBarTitleText": "邀请有礼",
"navigationStyle": "custom"
}
},
{
"path": "feedback/feedback",
"style": {
"navigationBarTitleText": "意见反馈",
"navigationStyle": "custom"
}
},
{ {
"path": "myorder/myorder", "path": "myorder/myorder",
"style": { "style": {
@ -199,4 +251,4 @@
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
}, },
"uniIdRouter": {} "uniIdRouter": {}
} }