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