mirror of
https://gitee.com/lyt-top/vue-next-admin
synced 2026-07-08 06:35:20 +08:00
'admin-21.02.25:处理后端控制路由(页面刷新问题未处理)'
This commit is contained in:
@ -39,60 +39,6 @@
|
||||
"icon": "iconfonticon-quanxian"
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"path": "/limits/frontEnd",
|
||||
"name": "limitsFrontEnd",
|
||||
"component": "layout/routerView/parent",
|
||||
"redirect": "/limits/frontEnd/page",
|
||||
"meta": {
|
||||
"title": "前端控制",
|
||||
"isLink": "",
|
||||
"isHide": false,
|
||||
"isKeepAlive": true,
|
||||
"isAffix": false,
|
||||
"isIframe": false,
|
||||
"auth": [
|
||||
"admin",
|
||||
"test"
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"path": "/limits/frontEnd/page",
|
||||
"name": "limitsFrontEndPage",
|
||||
"component": "limits/frontEnd/page/index",
|
||||
"meta": {
|
||||
"title": "页面权限",
|
||||
"isLink": "",
|
||||
"isHide": false,
|
||||
"isKeepAlive": true,
|
||||
"isAffix": false,
|
||||
"isIframe": false,
|
||||
"auth": [
|
||||
"admin",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/limits/frontEnd/btn",
|
||||
"name": "limitsFrontEndBtn",
|
||||
"component": "limits/frontEnd/btn/index",
|
||||
"meta": {
|
||||
"title": "按钮权限",
|
||||
"isLink": "",
|
||||
"isHide": false,
|
||||
"isKeepAlive": true,
|
||||
"isAffix": false,
|
||||
"isIframe": false,
|
||||
"auth": [
|
||||
"admin",
|
||||
"test"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"path": "/limits/backEnd",
|
||||
"name": "limitsBackEnd",
|
||||
|
||||
Reference in New Issue
Block a user