guoyujia 1 jaar geleden
bovenliggende
commit
18ff758d63
1 gewijzigde bestanden met toevoegingen van 16 en 16 verwijderingen
  1. 16 16
      src/router/index.js

+ 16 - 16
src/router/index.js

@@ -122,22 +122,22 @@ export const constantRoutes = [
 			}
 		]
 	},
-	{
-		path: '/returnReceiptDetail',
-		component: Layout,
-		//permissions: ['business:outsourcedOrderDetails:query'],
-		children: [
-			{
-				path: 'returnReceiptDetail/index',
-				component: () => import('@/views/business/returnReceiptDetail/index'),
-				name: 'ReturnReceiptDetail',
-				meta: {
-					title: '收回单明细',
-					icon: 'list'
-				}
-			}
-		]
-	},
+	// {
+	// 	path: '/returnReceiptDetail',
+	// 	component: Layout,
+	// 	//permissions: ['business:outsourcedOrderDetails:query'],
+	// 	children: [
+	// 		{
+	// 			path: 'returnReceiptDetail/index',
+	// 			component: () => import('@/views/business/returnReceiptDetail/index'),
+	// 			name: 'ReturnReceiptDetail',
+	// 			meta: {
+	// 				title: '收回单明细',
+	// 				icon: 'list'
+	// 			}
+	// 		}
+	// 	]
+	// },
 	{
 		path: '/user',
 		component: Layout,