|
|
@@ -4,7 +4,8 @@ import Home from '../views/Home.vue';
|
|
|
* 路由表配置
|
|
|
*/
|
|
|
export const systemRoutes = [
|
|
|
- { path: '/', component: Home, redirect: '/chat/qa' },
|
|
|
+ // { path: '/', component: Home, redirect: '/chat/qa' },
|
|
|
+ { path: '/', component: Home, redirect: '/xiaoshu' },
|
|
|
|
|
|
// 登录与注册 白名单页面
|
|
|
{ path: '/login', component: () => import('../views/Login.vue') },
|