Story排版修改
This commit is contained in:
@@ -73,10 +73,10 @@ export default [
|
||||
],
|
||||
},
|
||||
{
|
||||
name: 'timeline',
|
||||
name: '故事',
|
||||
icon: 'smile',
|
||||
path: '/timeline',
|
||||
component: './list/basic-list',
|
||||
path: '/story',
|
||||
component: './story',
|
||||
},
|
||||
{
|
||||
name: '图库',
|
||||
@@ -86,7 +86,7 @@ export default [
|
||||
},
|
||||
{
|
||||
path: '/timeline/:id',
|
||||
component: './list/basic-list/detail',
|
||||
component: './story/detail',
|
||||
},
|
||||
{
|
||||
path: '/',
|
||||
@@ -122,64 +122,6 @@ export default [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/list',
|
||||
icon: 'table',
|
||||
name: 'list',
|
||||
routes: [
|
||||
{
|
||||
path: '/list/search',
|
||||
name: 'search-list',
|
||||
component: './list/search',
|
||||
routes: [
|
||||
{
|
||||
path: '/list/search',
|
||||
redirect: '/list/search/articles',
|
||||
},
|
||||
{
|
||||
name: 'articles',
|
||||
icon: 'smile',
|
||||
path: '/list/search/articles',
|
||||
component: './list/search/articles',
|
||||
},
|
||||
{
|
||||
name: 'projects',
|
||||
icon: 'smile',
|
||||
path: '/list/search/projects',
|
||||
component: './list/search/projects',
|
||||
},
|
||||
{
|
||||
name: 'applications',
|
||||
icon: 'smile',
|
||||
path: '/list/search/applications',
|
||||
component: './list/search/applications',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/list',
|
||||
redirect: '/list/table-list',
|
||||
},
|
||||
{
|
||||
name: 'table-list',
|
||||
icon: 'smile',
|
||||
path: '/list/table-list',
|
||||
component: './table-list',
|
||||
},
|
||||
{
|
||||
name: 'basic-list',
|
||||
icon: 'smile',
|
||||
path: '/list/basic-list',
|
||||
component: './list/basic-list',
|
||||
},
|
||||
{
|
||||
name: 'card-list',
|
||||
icon: 'smile',
|
||||
path: '/list/card-list',
|
||||
component: './list/card-list',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/profile',
|
||||
name: 'profile',
|
||||
|
||||
Reference in New Issue
Block a user