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