mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 11:26:45 +08:00
fix:项目/学习路径返回跳转指点tab修改
This commit is contained in:
@@ -4540,6 +4540,10 @@ export default {
|
||||
}
|
||||
);
|
||||
onMounted(() => {
|
||||
// 是否是从编辑跳转过来的
|
||||
if(route.query.routerEdit==="true"){
|
||||
state.activeKey = "2";
|
||||
}
|
||||
// getStu();
|
||||
getTaskList();
|
||||
getTaskInfo();
|
||||
|
||||
Reference in New Issue
Block a user