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] 目录相关配置等
---
api/mock/home.js | 16 +++++++++++++---
1 files changed, 13 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);
--
Gitblit v1.9.3