diff --git a/pages.json b/pages.json index 7563405..8d54c92 100644 --- a/pages.json +++ b/pages.json @@ -6,7 +6,6 @@ "navigationBarTitleText": "报名助手", "backgroundColor": "#caf1e0", "backgroundColorTop": "#caf1e0" - // "navigationStyle": "custom" } }, { @@ -16,7 +15,15 @@ "backgroundColor": "#f5f5f5", "backgroundColorTop": "#f5f5f5", "backgroundColorBottom": "#f5f5f5" - // "navigationStyle": "custom" + } + }, + { + "path": "pages/message/index", + "style": { + "navigationBarTitleText": "消息", + "backgroundColor": "#f5f5f5", + "backgroundColorTop": "#f5f5f5", + "backgroundColorBottom": "#f5f5f5" } }, { @@ -26,7 +33,6 @@ "backgroundColor": "#f5f5f5", "backgroundColorTop": "#f5f5f5", "backgroundColorBottom": "#f5f5f5" - // "navigationStyle": "custom" } }, { @@ -463,18 +469,18 @@ "selectedIconPath": "static/image/home-active.png", "text": "首页" }, - // { - // "pagePath": "pages/apply/index", - // "iconPath": "static/image/apply.png", - // "selectedIconPath": "static/image/apply-active.png", - // "text": "工单" - // }, { "pagePath": "pages/workBench/index", "iconPath": "static/image/apply.png", "selectedIconPath": "static/image/apply-active.png", "text": "工作台" }, + { + "iconPath": "static/image/message.png", + "selectedIconPath": "static/image/message_active.png", + "pagePath": "pages/message/index", + "text": "消息" + }, { "pagePath": "pages/person/index", "iconPath": "static/image/person.png", diff --git a/pages/message/index.vue b/pages/message/index.vue new file mode 100644 index 0000000..5e26352 --- /dev/null +++ b/pages/message/index.vue @@ -0,0 +1,5 @@ + + + \ No newline at end of file diff --git a/static/image/message.png b/static/image/message.png new file mode 100644 index 0000000..051fba3 Binary files /dev/null and b/static/image/message.png differ diff --git a/static/image/message_active.png b/static/image/message_active.png new file mode 100644 index 0000000..00c7894 Binary files /dev/null and b/static/image/message_active.png differ