소스 검색

fix:投屏帮助

liushengqiang 1 년 전
부모
커밋
f38751db16
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/router/router-root.ts

+ 8 - 0
src/router/router-root.ts

@@ -159,6 +159,14 @@ export default [
     }
   },
   {
+    path: '/guide',
+    name: 'guide',
+    component: () => import('@/views/guide/guide'),
+    meta: {
+      title: '投屏帮助'
+    }
+  },
+  {
     path: '/:pathMatch(.*)*',
     component: () => import('@/views/404'),
     meta: {