fix: 1、用户登入系统后,默认进入监控总览页面
							parent
							
								
									f03b10a1ee
								
							
						
					
					
						commit
						0983b530bd
					
				| 
						 | 
				
			
			@ -25,14 +25,14 @@ const routes: RouteRecordRaw[] = [
 | 
			
		|||
  {
 | 
			
		||||
    path: '/',
 | 
			
		||||
    component: () => import('@/layouts/home.vue'),
 | 
			
		||||
    redirect: '/sms-web/resource_dashboard',
 | 
			
		||||
    redirect: '/cms-web/dashboard',
 | 
			
		||||
    meta: {
 | 
			
		||||
      title: '主页'
 | 
			
		||||
    },
 | 
			
		||||
    name: 'Home',
 | 
			
		||||
    children: [
 | 
			
		||||
      {
 | 
			
		||||
        path: '/sms-web/resource_dashboard',
 | 
			
		||||
        path: '/cms-web/dashboard',
 | 
			
		||||
        meta: {
 | 
			
		||||
          noTag: true,
 | 
			
		||||
          hiddenSide: true
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue