fix: 1、用户登入系统后,默认进入监控总览页面

neimeng
时启龙 2025-01-17 14:37:21 +08:00
parent f03b10a1ee
commit 0983b530bd
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@ const routes: RouteRecordRaw[] = [
{ {
path: '/', path: '/',
component: () => import('@/layouts/home.vue'), component: () => import('@/layouts/home.vue'),
redirect: '/sms-web/resource_dashboard', redirect: '/cms-web/dashboard',
meta: { meta: {
title: '主页' title: '主页'
}, },
name: 'Home', name: 'Home',
children: [ children: [
{ {
path: '/sms-web/resource_dashboard', path: '/cms-web/dashboard',
meta: { meta: {
noTag: true, noTag: true,
hiddenSide: true hiddenSide: true