const detail = [
{
router: "index",
routerName: "首页",
auths: [
{
key: "台账PC入口",
value: "amsPC"
},
{
key: "门店PC入口",
value: "storeAmsPC"
},
{
key: "台账移动端入口",
value: "amsMobile"
},
{
key: "门店移动端入口",
value: "storeAmsMobile"
}
]
},
{
router: "amsDevice",
routerName: "总部-资产管理",
auth: [
{
key: "设备新增",
value: "amsDeviceAdd"
},
{
key: "设备批量新增",
value: "amsDeviceBatchAdd"
}
]
}
]