diff --git a/pages.json b/pages.json index 7cb63d5..0b87e8f 100644 --- a/pages.json +++ b/pages.json @@ -1,17 +1,16 @@ { "pages": [ - { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, - { "path": "pages/menu/menu", "style": { "navigationStyle": "custom" } }, - { "path": "pages/confirm/confirm", "style": { "navigationStyle": "custom" } }, - { "path": "pages/orders/orders", "style": { "navigationStyle": "custom" } }, - { "path": "pages/chat/chat", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/login", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/board", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/detail", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/chat", "style": { "navigationStyle": "custom" } } + { "path": "pages/index/index", "style": { "navigationBarTitleText": "纯瘾大", "navigationStyle": "default" } }, + { "path": "pages/menu/menu", "style": { "navigationBarTitleText": "酒单", "navigationStyle": "default" } }, + { "path": "pages/confirm/confirm", "style": { "navigationBarTitleText": "确认下单", "navigationStyle": "default" } }, + { "path": "pages/orders/orders", "style": { "navigationBarTitleText": "我的订单", "navigationStyle": "default" } }, + { "path": "pages/chat/chat", "style": { "navigationBarTitleText": "聊天", "navigationStyle": "default" } }, + { "path": "pages/staff/login", "style": { "navigationBarTitleText": "员工登录", "navigationStyle": "default" } }, + { "path": "pages/staff/board", "style": { "navigationBarTitleText": "看板", "navigationStyle": "default" } }, + { "path": "pages/staff/detail", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "default" } }, + { "path": "pages/staff/chat", "style": { "navigationBarTitleText": "聊天", "navigationStyle": "default" } } ], "globalStyle": { - "navigationStyle": "custom", "navigationBarTextStyle": "white", "navigationBarTitleText": "纯瘾大", "navigationBarBackgroundColor": "#0D0D0D", diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index 3364f9b..bab4ee9 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -1,8 +1,8 @@