“详情”按钮上的路由如何配置? #3113
peteryang2016
started this conversation in
General
“详情”按钮上的路由如何配置?
#3113
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我使用的模式是通过接口动态生成路由表,再通过router.addRoutes添加到路由实例,现实权限的动态生成我的需要:点击
“账号号码管理”菜单后进入账号列表页面,账号列表页面的某条数据如果是admin用用户登录,点击“详情”按钮会跳转到新路由,如果是普通用户点击“详情”按钮会跳转到404页,这个功能如何做到?菜单管理如何维护这条详细信息的路由?非常经常感谢大家。
Beta Was this translation helpful? Give feedback.
All reactions