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
addRoutes
It is it [{xxxx}, {xxxx}, {xxxx},{new router},{new router},{'path': '*'}]
Not it [{xxxx}, {xxxx}, {xxxx},{'path': '*'},{new router},{new router}]
But that's it [{xxxx}, {xxxx}, {xxxx},{'path': '*'},{new router},{new router}]
I hope that you can dynamically addRoutes appendRoutes repacleRoutes deleteRoutes But Must be before the Wildcard. Because it is necessary to do dynamic rights management routing。。。。
This problem is resolved after version 2.4?
link: #1176
The text was updated successfully, but these errors were encountered:
Version
2.4.0
Reproduction link
https://github.com/myxingke/vueManage.git
Steps to reproduce
addRoutes
It is it
[{xxxx}, {xxxx}, {xxxx},{new router},{new router},{'path': '*'}]
Not it
[{xxxx}, {xxxx}, {xxxx},{'path': '*'},{new router},{new router}]
What is expected?
[{xxxx}, {xxxx}, {xxxx},{new router},{new router},{'path': '*'}]
What is actually happening?
But that's it
[{xxxx}, {xxxx}, {xxxx},{'path': '*'},{new router},{new router}]
I hope that you can dynamically addRoutes appendRoutes repacleRoutes deleteRoutes But Must be before the Wildcard. Because it is necessary to do dynamic rights management routing。。。。
This problem is resolved after version 2.4?
link: #1176
The text was updated successfully, but these errors were encountered: