智慧保安互联网APP
zengh
2021-07-23 bf96d142d8383f179e2d16f6555e43c5a1cbd85f
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: ''
            }
         ];