调整权限标识

This commit is contained in:
huangdeliang
2021-03-02 15:33:53 +08:00
parent 4dd7a6f643
commit ecbc4705a2
14 changed files with 403 additions and 502 deletions

View File

@ -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,