调整权限标识
This commit is contained in:
		| @@ -71,20 +71,6 @@ export const constantRoutes = [ | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     path: "/order", | ||||
|     component: Layout, | ||||
|     hidden: true, | ||||
|     children: [ | ||||
|       { | ||||
|         path: "orderPause/:orderId", | ||||
|         component: resolve => | ||||
|           require(["@/views/custom/order/orderPause"], resolve), | ||||
|         name: "orderPause", | ||||
|         meta: { title: "订单暂停记录" } | ||||
|       } | ||||
|     ] | ||||
|   }, | ||||
|   { | ||||
|     path: "/user", | ||||
|     component: Layout, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user