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:
@@ -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