|
@@ -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,
|
|
|
})
|