mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
去除水印
This commit is contained in:
@@ -461,7 +461,7 @@
|
|||||||
let localKey = "user_" + this.userInfo.sysId + "_gids";
|
let localKey = "user_" + this.userInfo.sysId + "_gids";
|
||||||
let hasIds = sessionStorage.getItem(localKey);
|
let hasIds = sessionStorage.getItem(localKey);
|
||||||
this.audiences = hasIds ?? ''
|
this.audiences = hasIds ?? ''
|
||||||
this.$watermark.set(this.userInfo.name + this.userInfo.loginName);
|
// this.$watermark.set(this.userInfo.name + this.userInfo.loginName);
|
||||||
this.courseId = this.$route.query.id;
|
this.courseId = this.$route.query.id;
|
||||||
this.initContentId = this.$route.query.contentId;
|
this.initContentId = this.$route.query.contentId;
|
||||||
this.stopStudyTime();//先关闭
|
this.stopStudyTime();//先关闭
|
||||||
|
|||||||
Reference in New Issue
Block a user