Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2019-05-30 14:12:50 +0800
Commit
782ff9032091ecff22248ffb3b2b192ed2f39b37
2 parents
633b5cf7
c2839f98
Merge branch 'feature/qk' into 'release/6.9.5'
page animate See merge request
!88
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
apps/app.vue
apps/app.vue
View file @
782ff90
...
...
@@ -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-';
}
},
...
...
Please
register
or
login
to post a comment