张涛 hace 1 año
padre
commit
af7d8cb31a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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') }
 ];