代码临时注释
This commit is contained in:
@ -170,6 +170,8 @@ const saveForm = reactive({
|
||||
const timerRef = ref<number | null>(null);
|
||||
|
||||
const startTask = () => {
|
||||
//todo 暂时注释
|
||||
return
|
||||
if (timerRef.value !== null) return;
|
||||
timerRef.value = setInterval(async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user