Michael Wang пре 5 година
родитељ
комит
6454912a61
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/features/Login/Login.vue

+ 1 - 1
src/features/Login/Login.vue

@@ -390,7 +390,7 @@ export default {
           headers: myHeaders,
         }
       );
-      if (!response.ok) {
+      if (!response.ok || this.newVersionAvailable) {
         window._hmt.push([
           "_trackEvent",
           "登录页面",