每次访问时倒遍历十个任务的状态,未下完则开启定时刷新。优化部分foreach,性能提升。优化代码。(同步更新)
This commit is contained in:
@@ -109,13 +109,14 @@ import store from "../store";
|
||||
import {computed, ref, onMounted} from "vue";
|
||||
import {ElMessage} from "element-plus"
|
||||
|
||||
//授权码相关
|
||||
let AuthCode = ref("")
|
||||
let isRemember = ref(false)
|
||||
let isAlterAuthCode = ref(false)
|
||||
let newAuthCode = ref("")
|
||||
let tempAuthCode = ref("")
|
||||
|
||||
|
||||
//查询相关
|
||||
let type = ref("link")
|
||||
let param = ref("")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user