From 670a7dfd11bdf82a2f05301c7b28c85ec7dd5119 Mon Sep 17 00:00:00 2001 From: wenyann <64353056+wenyann@users.noreply.github.com> Date: Fri, 29 May 2020 11:05:08 +0800 Subject: [PATCH] '' --- frontend/src/common/js/ajax.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/common/js/ajax.js b/frontend/src/common/js/ajax.js index a0d27f10ad..1013b80008 100644 --- a/frontend/src/common/js/ajax.js +++ b/frontend/src/common/js/ajax.js @@ -18,6 +18,8 @@ export default { callback: () => { window.location.href = "/login" } + }).then(r => { + }); };