
获得徽章 0
求大佬指点一二![[可怜]](//lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_5.ece2a96.png)
![[可怜]](//lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_5.ece2a96.png)
vue动态路由中加入按钮的Code,组件根据动态路由中的Code。来做按钮权限控制。 "data": [
{
"path": "/index",
"name": "home",
"component": "/home/index",
"meta": {
"icon": "HomeFilled",
"title": "首页",
"isLink": "",
"butArr": ["add", "edit", "delete"],
"isHide": false,
"isFull": false,
"isAffix": true,
"isKeepAlive": true
}
},
{
"path": "/productionScreen",
"name": "productionScreen",
"component": "/productionScreen/index",
"meta": {
"icon": "DataLine",
"title": "生产大屏",
"isLink": "",
"isHide": true,
"butArr": ["add", "edit", "delete"],
"isFull": false,
"isAffix": false,
"isKeepAlive": true
}
},
![[可怜]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_5.ece2a96.png)
![[可怜]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_5.ece2a96.png)
![[可怜]](http://lf-web-assets.juejin.cn/obj/juejin-web/xitu_juejin_web/img/jj_emoji_5.ece2a96.png)
{
"path": "/index",
"name": "home",
"component": "/home/index",
"meta": {
"icon": "HomeFilled",
"title": "首页",
"isLink": "",
"butArr": ["add", "edit", "delete"],
"isHide": false,
"isFull": false,
"isAffix": true,
"isKeepAlive": true
}
},
{
"path": "/productionScreen",
"name": "productionScreen",
"component": "/productionScreen/index",
"meta": {
"icon": "DataLine",
"title": "生产大屏",
"isLink": "",
"isHide": true,
"butArr": ["add", "edit", "delete"],
"isFull": false,
"isAffix": false,
"isKeepAlive": true
}
},
展开
评论
点赞