zhaoke 8 months ago
parent
commit
64bf3fc156
2 changed files with 17 additions and 18 deletions
  1. 17 0
      src/router/index.js
  2. 0 18
      src/router/routes/routes-file-temp.js

+ 17 - 0
src/router/index.js

@@ -67,6 +67,23 @@ export const constantRoutes = [
         component: () => import('@/views/HomePage/index.vue'),
       },
     ]
+  },
+  {
+    path: '/preview',
+    name: 'Preview',
+    component: Layout,
+    hidden: true,
+    children: [
+      {
+        path: '/preview',
+        component: () => import('@/views/previewPage'),
+        meta: {
+          title: '文件预览',
+          imgstyle: 'ic_list_nav_search_default.png',
+          imgstyleup: 'ic_list_nav_search_check.png',
+        }
+      },
+    ],
   }
 ]
 

+ 0 - 18
src/router/routes/routes-file-temp.js

@@ -923,24 +923,6 @@ const advanceRoutes = {
   ],
 }
 
-//文件预览
-const previewRoutes = {
-  path: '/preview',
-  name: 'Preview',
-  component: Layout,
-  children: [
-    {
-      path: '/preview',
-      component: () => import('@/views/previewPage'),
-      meta: {
-        title: '文件预览',
-        imgstyle: 'ic_list_nav_search_default.png',
-        imgstyleup: 'ic_list_nav_search_check.png',
-      }
-    },
-  ],
-}
-
 export default [
   uploadRoutes,
   statisticsChartsRoutes,