mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
fix:路径图管理跳转问题修改
This commit is contained in:
@@ -1500,6 +1500,8 @@ export default {
|
||||
}
|
||||
);
|
||||
function manage(id) {
|
||||
// TODO 为了点击顶部面包屑导航返回而存储
|
||||
localStorage.setItem('routerId',id)
|
||||
router.push({
|
||||
path: "/leveladd",
|
||||
query:{routerId:id}
|
||||
|
||||
Reference in New Issue
Block a user