liuyg
2021-07-02 3fad070b9ed1e21363f59e1959ff66f3a7b8c5f5
api/mock/home.js
@@ -60,7 +60,7 @@
   })
}
// 获取顶部按钮数据
// 获取业务按钮数据
export function fakeNavButton() {
   return new Promise((resolute, reject) => {
      try {
@@ -103,39 +103,39 @@
   })
}
// 获取服务按钮数据
// 获取业务按钮数据
export function fakeServiceButton() {
   return new Promise((resolute, reject) => {
      try {
         const list = [{
               name: '我要看',
               img: '/static/images/home/s1.png',
               url: ''
               url: '../article/article'
            },
            {
               name: '我要查',
               img: '/static/images/home/search004.png',
               url: ''
               url: '../alarm_list/alarm_list'
            },
            {
               name: '我要报',
               img: '/static/images/home/report001.png',
               url: ''
               url: '../reported/reported'
            },
            {
               name: '我要说',
               img: '/static/images/home/s4.png',
               url: ''
               url: '../groupChat/groupChat'
            },
            {
               name: '我要巡',
               img: '/static/images/home/s6.png',
               url: ''
               url: '../patrol/patrol'
            },
            {
               name: '我要办',
               img: '/static/images/home/handle001.png',
               url: ''
               url: '../handle/handle'
            }
         ];
         resolute(list);