去除本子更新(同步更新)

This commit is contained in:
chuzhongzai
2023-12-23 15:33:19 +08:00
parent 85b8a8c2a3
commit 83c093c4ee
2 changed files with 0 additions and 18 deletions
-14
View File
@@ -72,20 +72,6 @@ const actions = {
ElMessage("查询失败")
})
},
updateGallery(context, link){
axios.post(GalleryManageUrl + "/update", qs.stringify({AuthCode: state.AuthCode, link}))
.then((res) => {
if(res.data.result === 'success' && state.galleryRefreshTimer === 0){
setTimeout(() => {
context.dispatch("updateGalleryTasks", "all").then()
}, 5000)
state.galleryRefreshTimer = setInterval(() => {
context.dispatch("updateGalleryTasks", "undone").then()
}, 20000)
}
ElMessage(res.data.data)
})
},
validate(context, AuthCode){
axios.post(BaseUrl + "validate?AuthCode=" + AuthCode).then((res)=>{
if(res.data.result === 'success'){