Browse Source

添加西南交通大学强制使用最新客户端的限制

Michael Wang 6 năm trước cách đây
mục cha
commit
3fc49a0afa
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/features/Login/Login.vue

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

@@ -186,6 +186,7 @@ export default {
         "xjtu.ecs.qmth.com.cn",
         "snnu.ecs.qmth.com.cn",
         "cup.ecs.qmth.com.cn",
+        "swjtu.ecs.qmth.com.cn",
       ].includes(this.$route.params.domain)
     ) {
       this.disableLoginBtn = true;