完善刷新cookie功能
修复ffmpeg下载一大堆的问题 尝试处理了SQLite的内存泄露问题(待确定)
This commit is contained in:
@@ -41,9 +41,11 @@
|
||||
});
|
||||
}
|
||||
function refresh(data) {
|
||||
var loadIndex = showLoadingDialog();
|
||||
refreshCookie(data)
|
||||
.then(data => {
|
||||
console.log(data)
|
||||
layer.close(loadIndex)
|
||||
layer.msg(data.message)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user