diff --git a/gasStation-uni/pages.json b/gasStation-uni/pages.json index 4f36942e7..be8a88bbb 100644 --- a/gasStation-uni/pages.json +++ b/gasStation-uni/pages.json @@ -15,6 +15,16 @@ } }] }, + { + "root": "pagesLogin", + "pages": [{ + "path": "login/login", + "style": { + "navigationBarTitleText": "登录", + "navigationStyle": "custom" + } + }] + }, { "root": "pagesHome", "pages": [{ @@ -123,6 +133,48 @@ "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", "style": { @@ -199,4 +251,4 @@ "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} -} \ No newline at end of file +}