mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-05 22:30:28 +08:00
实现迁移辅助功能(系统设置 -- 高级设置 -- 迁移)
This commit is contained in:
@@ -2306,7 +2306,7 @@ window.Tea.Action = function (action, params) {
|
||||
console.log(error);
|
||||
|
||||
if (typeof (_errorFn) === "function") {
|
||||
_errorFn.call(Tea.Vue, {});
|
||||
_errorFn.call(Tea.Vue, { message: error.message });
|
||||
}
|
||||
})
|
||||
.then(function () {
|
||||
|
||||
Reference in New Issue
Block a user