natasha преди 1 година
родител
ревизия
ec54a11644
променени са 1 файла, в които са добавени 12 реда и са изтрити 0 реда
  1. 12 0
      src/views/courseView.vue

+ 12 - 0
src/views/courseView.vue

@@ -263,12 +263,24 @@ export default {
     };
   },
   created() {
+    console.log("2024-04-12");
     const _this = this;
     if (
       _this.$route.query.encryption &&
       _this.$route.query.encryption != "undefined" &&
       _this.$route.query.type
     ) {
+      if (
+        window.location.href ===
+        "https://chinesedu.blcup.com/GCLS-Book/#/BookBrowsing?bookId=002-20211007-14-UNYIWU8EKW&encryption=18EC83EF83E2FF2A89E379CD40D1780D20240630"
+      ) {
+        _this.$message({
+          message: "链接已停用",
+          type: "warning",
+        });
+        return false;
+      }
+
       getLogin("login_control-CheckValidDateEncryptionString", {
         encryption_string: _this.$route.query.encryption,
       })