From 15850051b0b791d6bc68aa089f94d8f8ceb49b65 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 02 Jul 2021 09:16:34 +0800
Subject: [PATCH] 首页修改
---
api/mock/home.js | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/api/mock/home.js b/api/mock/home.js
index ea07ffa..6af0a4b 100644
--- a/api/mock/home.js
+++ b/api/mock/home.js
@@ -80,6 +80,11 @@
url: ''
},
{
+ name: '我要办',
+ img: '/static/images/home/n3.png',
+ url: ''
+ },
+ {
name: '我要说',
img: '/static/images/home/n4.png',
url: ''
@@ -103,38 +108,33 @@
return new Promise((resolute, reject) => {
try {
const list = [{
- name: '人口登记',
+ name: '我要看',
img: '/static/images/home/s1.png',
url: ''
},
{
- name: '工商年报',
+ name: '我要查',
img: '/static/images/home/s2.png',
url: ''
},
{
- name: '税务登记',
+ name: '我要报',
img: '/static/images/home/s3.png',
url: ''
},
{
- name: '健康码',
+ name: '我要说',
img: '/static/images/home/s4.png',
url: ''
},
{
- name: '便民服务',
+ name: '我要巡',
img: '/static/images/home/s5.png',
url: ''
},
{
- name: '通办大厅',
+ name: '我要办',
img: '/static/images/home/s6.png',
- url: ''
- },
- {
- name: '智能问答',
- img: '/static/images/home/s7.png',
url: ''
}
];
--
Gitblit v1.9.3