You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用前端控制权限的时候
permission-fe.ts文件中的restore() 并不能在路由移除后添加回去
router.addRoute(item)失效,并出现paths should start with a "/": "xxx" should be "/xxx"
我看之前给出的方法是改router.addRoute(parentRouteName, childRoute);传个父路由的名称进去,
即便是改写了
只是消除了paths should start with a "/": "xxx" should be "/xxx"这个报错,但是路由还是没有加回去
期望结果
No response
实际结果
No response
框架版本
3.2.47
浏览器版本
No response
系统版本
win11
Node版本
9.6.4
补充说明
No response
The text was updated successfully, but these errors were encountered:
tdesign-vue-next-starter 版本
0.7.3
重现链接
No response
重现步骤
使用前端控制权限的时候
permission-fe.ts文件中的restore() 并不能在路由移除后添加回去
router.addRoute(item)失效,并出现paths should start with a "/": "xxx" should be "/xxx"
我看之前给出的方法是改router.addRoute(parentRouteName, childRoute);传个父路由的名称进去,
即便是改写了
只是消除了paths should start with a "/": "xxx" should be "/xxx"这个报错,但是路由还是没有加回去
期望结果
No response
实际结果
No response
框架版本
3.2.47
浏览器版本
No response
系统版本
win11
Node版本
9.6.4
补充说明
No response
The text was updated successfully, but these errors were encountered: