fix:去除debugger

This commit is contained in:
wyx
2023-02-26 17:15:10 +08:00
parent ff8798de54
commit 4a36865db6
6 changed files with 3 additions and 7 deletions

View File

@@ -580,7 +580,7 @@ function exportTaskStuRouter() {
}
onMounted(() => {
debugger
// debugger
console.log("props.activeKey1" + props.activeKey1)
getStuList();
});