From a95d9fc78e7f15c5932c68e848d859c1714b8f66 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 27 Jul 2021 17:07:13 +0800
Subject: [PATCH] 目录相关配置等

---
 pages/message/message.vue   |   11 +++++
 api/mock/home.js            |   16 ++++++-
 pages.json                  |   25 ++++++++++++
 pages/dispatch/dispatch.vue |   11 +++++
 static/images/home/s11.png  |    0 
 pages/examine/examine.vue   |   11 +++++
 static/images/home/s10.png  |    0 
 7 files changed, 71 insertions(+), 3 deletions(-)

diff --git a/api/mock/home.js b/api/mock/home.js
index e8c4acc..9e6ea1f 100644
--- a/api/mock/home.js
+++ b/api/mock/home.js
@@ -113,19 +113,29 @@
 					url: ''
 				},
 				{
+					name: '调度指令',
+					img: '/static/images/home/s4.png',
+					url: ''
+				},
+				{
 					name: '工作汇报',
 					img: '/static/images/home/report001.png',
 					url: '../report/report'
 				},
 				{
 					name: '调度指令',
-					img: '/static/images/home/s4.png',
-					url: ''
+					img: '/static/images/home/s11.png',
+					url: '../dispatch/dispatch'
+				},
+				{
+					name: '通知通告',
+					img: '/static/images/home/s10.png',
+					url: '../message/message'
 				},
 				{
 					name: '现场检查',
 					img: '/static/images/home/s5.png',
-					url: ''
+					url: '../examine/examine'
 				}
 			];
 			resolute(list);
diff --git a/pages.json b/pages.json
index 48b3081..657c29c 100644
--- a/pages.json
+++ b/pages.json
@@ -117,6 +117,31 @@
 				"navigationBarTextStyle": "white"
 			}
 		}, {
+			"path": "pages/dispatch/dispatch",
+			"style": {
+				"navigationBarTitleText": "调度指令",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/message/message",
+			"style": {
+				"navigationBarTitleText": "通知通告",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, {
+			"path": "pages/examine/examine",
+			"style": {
+				"navigationBarTitleText": "现场检查",
+				"enablePullDownRefresh": false,
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
+			}
+		}, 
+		{
 			"path": "pages/user/profile",
 			"style": {
 				"navigationBarTitleText": "个人资料",
diff --git a/pages/dispatch/dispatch.vue b/pages/dispatch/dispatch.vue
new file mode 100644
index 0000000..1dd979b
--- /dev/null
+++ b/pages/dispatch/dispatch.vue
@@ -0,0 +1,11 @@
+<template>
+	<div>
+		456
+	</div>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>
diff --git a/pages/examine/examine.vue b/pages/examine/examine.vue
new file mode 100644
index 0000000..d0c31f6
--- /dev/null
+++ b/pages/examine/examine.vue
@@ -0,0 +1,11 @@
+<template>
+	<div>
+		234
+	</div>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>
diff --git a/pages/message/message.vue b/pages/message/message.vue
new file mode 100644
index 0000000..4b1bf4f
--- /dev/null
+++ b/pages/message/message.vue
@@ -0,0 +1,11 @@
+<template>
+	<div>
+		123
+	</div>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>
diff --git a/static/images/home/s10.png b/static/images/home/s10.png
new file mode 100644
index 0000000..97f2c3f
--- /dev/null
+++ b/static/images/home/s10.png
Binary files differ
diff --git a/static/images/home/s11.png b/static/images/home/s11.png
new file mode 100644
index 0000000..ab82132
--- /dev/null
+++ b/static/images/home/s11.png
Binary files differ

--
Gitblit v1.9.3