浏览代码

合并冲突

张涛 1 年之前
父节点
当前提交
af7d8cb31a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/router/route.js

+ 1 - 0
src/router/route.js

@@ -47,5 +47,6 @@ export const systemRoutes = [
 
   { path: '/xiaoshu', component: () => import('../views/Xiaoshu.vue') },
 
+  { path: '/ragchat', component: () => import('../views/RagFlowChat.vue') },
   { path: '/about', component: () => import('../views/About.vue') }
 ];