mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 00:36:43 +08:00
加依赖
This commit is contained in:
@@ -25,6 +25,14 @@ export default {
|
||||
reload: this.reload
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
reload() {
|
||||
this.isRouterAlive = false
|
||||
this.$nextTick(() => {
|
||||
this.isRouterAlive = true
|
||||
})
|
||||
}
|
||||
}
|
||||
// watch: {
|
||||
// $route(to, from) {
|
||||
// //首次加载去除动画
|
||||
|
||||
Reference in New Issue
Block a user