-- fix 在线课重复

This commit is contained in:
yuping
2023-03-09 13:20:02 +08:00
parent 2b013ed9e3
commit b99485cdd2

View File

@@ -69,9 +69,6 @@ export function useAsyncStu(id, type, func) {
});
onMounted(() => {
console.log(22222222);
console.log(id);
console.log(type);
id && type && start();
});
return { loading, start };