This commit is contained in:
nisen
2023-09-05 15:50:17 +08:00
parent f7c4957902
commit d88e9dd3bb
2 changed files with 1 additions and 5 deletions

View File

@@ -105,8 +105,6 @@ export default {
};
},
mounted() {
console.log('hoahaioaiohaiohio');
console.log(this.course, '嘿嘿');
let obj = document.getElementById("img-box");
if ((obj.offsetWidth > 500 || obj.offsetWidth == 500) && obj.offsetWidth < 900) {
this.imageTextSize = 3;

View File

@@ -231,10 +231,8 @@ export default {
this.allRequests()
},
beforeRouteEnter(to, from, next) {
console.log(from, '哈哈哈');
console.log(to, '嘿嘿');
let time = new Date().getTime()
sessionStorage.setItem('startTime', time)
next()