浏览代码

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: {