|
@@ -263,7 +263,7 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
created() {
|
|
|
- console.log("2024-04-12");
|
|
|
+ console.log("2024-04-13");
|
|
|
const _this = this;
|
|
|
if (
|
|
|
_this.$route.query.encryption &&
|
|
@@ -271,8 +271,11 @@ export default {
|
|
|
_this.$route.query.type
|
|
|
) {
|
|
|
if (
|
|
|
- window.location.href ===
|
|
|
- "https://chinesedu.blcup.com/GCLS-Book/#/BookBrowsing?bookId=002-20211007-14-UNYIWU8EKW&encryption=18EC83EF83E2FF2A89E379CD40D1780D20240630"
|
|
|
+ _this.$route.query.encryption.substring(
|
|
|
+ _this.$route.query.encryption.length - 8
|
|
|
+ ) *
|
|
|
+ 1 <
|
|
|
+ 20240712
|
|
|
) {
|
|
|
_this.$message({
|
|
|
message: "链接已停用",
|