Forráskód Böngészése

打开用户腕表

LAPTOP-H9F78N6K\zy757 2 éve
szülő
commit
f41748f336
1 módosított fájl, 13 hozzáadás és 14 törlés
  1. 13 14
      src/router/index.js

+ 13 - 14
src/router/index.js

@@ -213,20 +213,19 @@ export const partRoutes = [
       }
     ]
   },
-  // {
-  //   path: '/ncs-user-watch',
-  //   component: Layout,
-  //   redirect: '/ncs-device/user_watch',
-  //   children: [
-  //     {
-  //       path: 'index',
-  //       component: () => import('@/views/ncs-device/user_watch'),
-  //       name: 'user_watch',
-  //       meta: { title: i18n.t('tab.userLocationManage'), icon: 'el-icon-watch', noCache: true }
-  //     }
-  //   ],
-  //   hidden: uiVersion === 1
-  // },
+  {
+    path: '/ncs-user-watch',
+    component: Layout,
+    redirect: '/ncs-device/user_watch',
+    children: [
+      {
+        path: 'index',
+        component: () => import('@/views/ncs-device/user_watch'),
+        name: 'user_watch',
+        meta: { title: i18n.t('tab.userLocationManage'), icon: 'el-icon-watch', noCache: true }
+      }
+    ],
+  },
   {
     path: '/ncs-sos-device',
     component: Layout,