Authored by yyq

chunk

@@ -67,7 +67,7 @@ export default [{ @@ -67,7 +67,7 @@ export default [{
67 path: '/topic/:topicId', 67 path: '/topic/:topicId',
68 alias: '/topic/:topicId', 68 alias: '/topic/:topicId',
69 name: 'topic.id', 69 name: 'topic.id',
70 - component: () => import(/* webpackChunkName: "article" */ './topic'), 70 + component: () => import(/* webpackChunkName: "topic" */ './topic'),
71 meta: { 71 meta: {
72 keepAlive: true, 72 keepAlive: true,
73 statusBarColor: 'white' 73 statusBarColor: 'white'
@@ -76,7 +76,7 @@ export default [{ @@ -76,7 +76,7 @@ export default [{
76 path: '/article/:articleId/comment', 76 path: '/article/:articleId/comment',
77 alias: '/article/:articleId/comment', 77 alias: '/article/:articleId/comment',
78 name: 'article.comment', 78 name: 'article.comment',
79 - component: () => import(/* webpackChunkName: "article" */ './article-comment'), 79 + component: () => import(/* webpackChunkName: "article-list" */ './article-comment'),
80 meta: { 80 meta: {
81 keepAlive: true 81 keepAlive: true
82 } 82 }