mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-11-04 21:01:38 +08:00 
			
		
		
		
	refactor: 优化个人中心路由地址
This commit is contained in:
		@@ -2,7 +2,7 @@ import { DEFAULT_LAYOUT } from '../../base';
 | 
				
			|||||||
import { AppRouteRecordRaw } from '../../types';
 | 
					import { AppRouteRecordRaw } from '../../types';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const UserCenter: AppRouteRecordRaw = {
 | 
					const UserCenter: AppRouteRecordRaw = {
 | 
				
			||||||
  path: '/login/user',
 | 
					  path: '/user',
 | 
				
			||||||
  component: DEFAULT_LAYOUT,
 | 
					  component: DEFAULT_LAYOUT,
 | 
				
			||||||
  meta: {
 | 
					  meta: {
 | 
				
			||||||
    locale: 'menu.user',
 | 
					    locale: 'menu.user',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user