Ver Fonte

合并冲突

张涛 há 1 ano atrás
pai
commit
af7d8cb31a
1 ficheiros alterados com 1 adições e 0 exclusões
  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') }
 ];