fix:路径图管理跳转问题修改

This commit is contained in:
wyx
2023-02-16 17:55:50 +08:00
parent 8602518cb1
commit ea9d565c8c
2 changed files with 3 additions and 1 deletions

View File

@@ -1500,6 +1500,8 @@ export default {
}
);
function manage(id) {
// TODO 为了点击顶部面包屑导航返回而存储
localStorage.setItem('routerId',id)
router.push({
path: "/leveladd",
query:{routerId:id}