1是正常的数据,没刷新时的
2是刷新后的数据
这是为什么?
我怎么解决这个问题?
----update---
{ name: 'list', path: '/list/:listId:listName', component: list }, { name: 'forum', path: '/list/:listId:listName/forum/:forumId:forumName', component: list },
cur: this.$route.params.listId
curName: this.$route.params.listName
相关分类