智慧保安互联网APP
zengh
2022-06-21 4efeb31d5b4921d7e851c256009486ad86bc70e2
api/mock/home.js
@@ -103,14 +103,14 @@
   return new Promise((resolute, reject) => {
      try {
         const list = [{
               name: '服务单位',
               name: '保安单位',
               img: '/static/images/home/s1.png',
               url: '../company/company'
            },
            {
               name: '保安管理',
               img: '/static/images/home/s2.png',
               url: ''
               url: '../securityStaff/exhibition'
            },
            // {
            //    name: '调度指令',
@@ -136,6 +136,11 @@
               name: '现场检查',
               img: '/static/images/home/s5.png',
               url: '../examine/examine'
            },
            {
               name: '保安员位置',
               img: '/static/images/wz.png',
               url: '../map/map'
            }
         ];
         resolute(list);