fix:创建路径图跳转问题

This commit is contained in:
wyx
2023-02-13 15:29:16 +08:00
parent 137824bdf0
commit 3f23318817

View File

@@ -408,9 +408,7 @@
height: 68px;
display: flex;
align-items: center;
justify-content: space-between;
"
>
justify-content: space-between;">
<div class="headerLeft" style="margin-left: 32px">
<span style="width: 15px; height: 15px"
><img src="../../assets/images/taskpage/pub.png"
@@ -1230,7 +1228,7 @@ export default {
message.destroy();
message.success("创建成功");
state.lpLoading = false;
router.push( {path: "/leveladd",query:{routerId: id }})
router.push( {path: "/leveladd",query:{routerId: id.data.data }})
})
};