mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	fix: 路由缺少name字段,ts不高兴
This commit is contained in:
		@@ -333,6 +333,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
 | 
			
		||||
  {
 | 
			
		||||
    path: '/mall/product', // 商品中心
 | 
			
		||||
    component: Layout,
 | 
			
		||||
    name: 'Product',
 | 
			
		||||
    meta: {
 | 
			
		||||
      hidden: true
 | 
			
		||||
    },
 | 
			
		||||
@@ -394,6 +395,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
 | 
			
		||||
  {
 | 
			
		||||
    path: '/mall/trade', // 交易中心
 | 
			
		||||
    component: Layout,
 | 
			
		||||
    name: 'Trade',
 | 
			
		||||
    meta: {
 | 
			
		||||
      hidden: true
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user