...
|
...
|
@@ -67,11 +67,11 @@ export default { |
|
|
},
|
|
|
beforeRouteEnter (to, from, next) {
|
|
|
next(vm => {
|
|
|
vm.$yoho.blkBackStatus(true);
|
|
|
vm.$yoho.blkBackStatus(false);
|
|
|
});
|
|
|
},
|
|
|
beforeRouteLeave (to, from, next) {
|
|
|
this.$yoho.blkBackStatus(false);
|
|
|
this.$yoho.blkBackStatus(true);
|
|
|
next();
|
|
|
},
|
|
|
components: {
|
...
|
...
|
|