소스 검색

合并冲突

张涛 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') }
 ];