浏览代码

添加石油大学强制使用最新客户端的限制

Michael Wang 6 年之前
父节点
当前提交
811d6516a3
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/features/Login/Login.vue

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

@@ -178,7 +178,9 @@ export default {
 
 
     if (
     if (
       this.$route.path.includes("xjtu.ecs.qmth.com.cn") ||
       this.$route.path.includes("xjtu.ecs.qmth.com.cn") ||
-      this.$route.path.includes("snnu.ecs.qmth.com.cn")
+      this.$route.path.includes("snnu.ecs.qmth.com.cn") ||
+      this.$route.path.includes("cup.ecs.qmth.com.cn") ||
+      p
     ) {
     ) {
       this.disableLoginBtn = true;
       this.disableLoginBtn = true;
       if (
       if (