mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
-- fix 在线课重复
This commit is contained in:
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user