Browse Source

首页路由地址更改

LAPTOP-BJJ3IV5R\SIWEI 1 year ago
parent
commit
2620ab5d7f
1 changed files with 1 additions and 6 deletions
  1. 1 6
      src/router/index.js

+ 1 - 6
src/router/index.js

@@ -40,18 +40,13 @@ export const constantRoutes = [{
     }, {
         path: '/overview',
         component: () =>
-            import('@/views/overview'),
+            import('@/views/viewer.vue'),
         hidden: true
     }, {
         path: '/cockpit',
         component: () =>
             import('@/views/cockpit'),
         hidden: true
-    }, {
-        path: '/cockpitNew',
-        component: () =>
-            import('@/views/viewer.vue'),
-        hidden: true
     }, {
         path: '/checkmodel',
         component: () =>