mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 19:06:43 +08:00
输出
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user