no message

cyl/master-im
jscyl13849007907 5 months ago
parent 323aee5455
commit 7bd2d625e2

@ -6,7 +6,6 @@
"navigationBarTitleText": "报名助手", "navigationBarTitleText": "报名助手",
"backgroundColor": "#caf1e0", "backgroundColor": "#caf1e0",
"backgroundColorTop": "#caf1e0" "backgroundColorTop": "#caf1e0"
// "navigationStyle": "custom"
} }
}, },
{ {
@ -16,7 +15,15 @@
"backgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5",
"backgroundColorTop": "#f5f5f5", "backgroundColorTop": "#f5f5f5",
"backgroundColorBottom": "#f5f5f5" "backgroundColorBottom": "#f5f5f5"
// "navigationStyle": "custom" }
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息",
"backgroundColor": "#f5f5f5",
"backgroundColorTop": "#f5f5f5",
"backgroundColorBottom": "#f5f5f5"
} }
}, },
{ {
@ -26,7 +33,6 @@
"backgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5",
"backgroundColorTop": "#f5f5f5", "backgroundColorTop": "#f5f5f5",
"backgroundColorBottom": "#f5f5f5" "backgroundColorBottom": "#f5f5f5"
// "navigationStyle": "custom"
} }
}, },
{ {
@ -463,18 +469,18 @@
"selectedIconPath": "static/image/home-active.png", "selectedIconPath": "static/image/home-active.png",
"text": "首页" "text": "首页"
}, },
// {
// "pagePath": "pages/apply/index",
// "iconPath": "static/image/apply.png",
// "selectedIconPath": "static/image/apply-active.png",
// "text": "工单"
// },
{ {
"pagePath": "pages/workBench/index", "pagePath": "pages/workBench/index",
"iconPath": "static/image/apply.png", "iconPath": "static/image/apply.png",
"selectedIconPath": "static/image/apply-active.png", "selectedIconPath": "static/image/apply-active.png",
"text": "工作台" "text": "工作台"
}, },
{
"iconPath": "static/image/message.png",
"selectedIconPath": "static/image/message_active.png",
"pagePath": "pages/message/index",
"text": "消息"
},
{ {
"pagePath": "pages/person/index", "pagePath": "pages/person/index",
"iconPath": "static/image/person.png", "iconPath": "static/image/person.png",

@ -0,0 +1,5 @@
<template>
<div>1</div>
</template>
<script></script>
<style></style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Loading…
Cancel
Save