|
@@ -21930,12 +21930,12 @@ export default {
|
|
|
hour12: false,
|
|
hour12: false,
|
|
|
timeZone: "Asia/Shanghai"
|
|
timeZone: "Asia/Shanghai"
|
|
|
}).replace(/\//g, "-")
|
|
}).replace(/\//g, "-")
|
|
|
- if (this.tType == 1) {
|
|
|
|
|
- // 开局关闭学生查看内容
|
|
|
|
|
- this.StulookMode(false)
|
|
|
|
|
- // 开局打开跟随模式
|
|
|
|
|
- this.followingMode(true)
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (this.tType == 1) {
|
|
|
|
|
+ // // 开局关闭学生查看内容
|
|
|
|
|
+ // this.StulookMode(false)
|
|
|
|
|
+ // // 开局打开跟随模式
|
|
|
|
|
+ // this.followingMode(true)
|
|
|
|
|
+ // }
|
|
|
document.body.addEventListener("click", (e) => {
|
|
document.body.addEventListener("click", (e) => {
|
|
|
if (this.isUpdateToolDetail1) {
|
|
if (this.isUpdateToolDetail1) {
|
|
|
this.updateToolDetail(this.toolDetailIndex);
|
|
this.updateToolDetail(this.toolDetailIndex);
|