mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +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}
|
||||
|
||||
@@ -1424,7 +1424,7 @@ export default {
|
||||
hasTask: false,
|
||||
stage: [],
|
||||
statess: [],
|
||||
routerId: route.query.routerId, //学习路径页面传的学习路径id
|
||||
routerId: route.query.routerId?route.query.routerId:localStorage.getItem('routerId'), //学习路径页面传的学习路径id
|
||||
gatename: null, //关卡名称
|
||||
gatenamee: null, //学员管理关卡名称
|
||||
action: null,
|
||||
|
||||
Reference in New Issue
Block a user