From bf96d142d8383f179e2d16f6555e43c5a1cbd85f Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 23 Jul 2021 14:57:41 +0800
Subject: [PATCH] 初版集成
---
api/mock/home.js | 28 +++++++++-------------------
1 files changed, 9 insertions(+), 19 deletions(-)
diff --git a/api/mock/home.js b/api/mock/home.js
index cda62df..b7c2bae 100644
--- a/api/mock/home.js
+++ b/api/mock/home.js
@@ -3,8 +3,8 @@
return new Promise((resolute, reject) => {
try {
const detail = {
- position: "研发部",
- positionArr: ['研发部', '产品部']
+ position: "保安",
+ positionArr: ['保安', '民警']
}
resolute(detail);
} catch (e) {
@@ -103,38 +103,28 @@
return new Promise((resolute, reject) => {
try {
const list = [{
- name: '人口登记',
+ name: '服务单位',
img: '/static/images/home/s1.png',
- url: ''
+ url: '../company/company'
},
{
- name: '工商年报',
+ name: '保安管理',
img: '/static/images/home/s2.png',
url: ''
},
{
- name: '税务登记',
- img: '/static/images/home/s3.png',
+ name: '工作汇报',
+ img: '/static/images/home/report001.png',
url: ''
},
{
- name: '健康码',
+ name: '调度指令',
img: '/static/images/home/s4.png',
url: ''
},
{
- name: '便民服务',
+ name: '现场检查',
img: '/static/images/home/s5.png',
- url: ''
- },
- {
- name: '通办大厅',
- img: '/static/images/home/s6.png',
- url: ''
- },
- {
- name: '智能问答',
- img: '/static/images/home/s7.png',
url: ''
}
];
--
Gitblit v1.9.3