hyf пре 3 година
родитељ
комит
208acc8870
2 измењених фајлова са 4 додато и 3 уклоњено
  1. 2 1
      src/layout/components/Navbar.vue
  2. 2 2
      src/router/modules/csat.js

+ 2 - 1
src/layout/components/Navbar.vue

@@ -342,8 +342,9 @@ export default {
         justify-content: center;
         align-items: center;
         flex-direction: column;
-        color: #fff;
+        color: #ccc;
         line-height: 1;
+        font-weight: 500;
         padding: 0 15px;
         cursor: pointer;
         transition: 0.2s;

+ 2 - 2
src/router/modules/csat.js

@@ -12,7 +12,7 @@ const csatRouter = [
         path: '/hos/satisfy/overview',
         component: () => import('@/views/hos/overview'),
         name: 'hos_satisfy_overview',
-        meta: { title: '数据总览', noCache: true, icon: 'icon-common_safety', permit: 'hos_satisfy_overview' }
+        meta: { title: '数据总览', noCache: true, icon: 'icon-common_panorama1', permit: 'hos_satisfy_overview' }
       }
     ]
   },
@@ -28,7 +28,7 @@ const csatRouter = [
         path: '/hos/satisfy/monitor/overview',
         component: () => import('@/views/hos/panorama'),
         name: 'hos_satisfy_panorama',
-        meta: { title: '数字全景', noCache: true, icon: 'icon-common_safety', permit: 'hos_satisfy_panorama' }
+        meta: { title: '数字全景', noCache: true, icon: 'icon-common_panorama1', permit: 'hos_satisfy_panorama' }
       }
     ]
   },