Browse Source

合并冲突

张涛 1 year ago
parent
commit
af7d8cb31a
1 changed files with 1 additions and 0 deletions
  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') }
 ];