Authored by 陈峰

Merge branch 'feature/qk' into 'release/6.9.5'

page animate



See merge request !88
... ... @@ -26,9 +26,9 @@ export default {
computed: {
...mapState(['yoho']),
routeName() {
if (this.$yoho && this.$yoho.isApp && this.$yoho.isLocal) {
return 'route-view-local-';
}
// if (this.$yoho && this.$yoho.isApp && this.$yoho.isLocal) {
// return 'route-view-local-';
// }
return 'route-view-';
}
},
... ...