...
|
...
|
@@ -67,7 +67,7 @@ export default [{ |
|
|
path: '/topic/:topicId',
|
|
|
alias: '/topic/:topicId',
|
|
|
name: 'topic.id',
|
|
|
component: () => import(/* webpackChunkName: "article" */ './topic'),
|
|
|
component: () => import(/* webpackChunkName: "topic" */ './topic'),
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
statusBarColor: 'white'
|
...
|
...
|
@@ -76,7 +76,7 @@ export default [{ |
|
|
path: '/article/:articleId/comment',
|
|
|
alias: '/article/:articleId/comment',
|
|
|
name: 'article.comment',
|
|
|
component: () => import(/* webpackChunkName: "article" */ './article-comment'),
|
|
|
component: () => import(/* webpackChunkName: "article-list" */ './article-comment'),
|
|
|
meta: {
|
|
|
keepAlive: true
|
|
|
}
|
...
|
...
|
|