|
|
@@ -1397,10 +1397,10 @@ export const constantRouterMap = [
|
|
|
component: _import('article/category'),
|
|
|
name: 'article_category',
|
|
|
meta: {
|
|
|
- title: '分类管理',
|
|
|
+ title: 'Category Management',//分类管理
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '分类管理', path: '/article/category'},
|
|
|
+ {title: 'Category Management', path: '/article/category'},
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -1409,12 +1409,12 @@ export const constantRouterMap = [
|
|
|
component: _import('article/category-add'),
|
|
|
name: 'article_category-add',
|
|
|
meta: {
|
|
|
- title: '添加分类',
|
|
|
+ title: 'New category',
|
|
|
highLight: '/article/category-add',
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '分类管理', path: '/article/category'},
|
|
|
- {title: '添加分类', path: '/article/category-add'},
|
|
|
+ {title: 'Category Management', path: '/article/category'},
|
|
|
+ {title: 'New category', path: '/article/category-add'},//添加分类
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -1423,10 +1423,10 @@ export const constantRouterMap = [
|
|
|
component: _import('article/index'),
|
|
|
name: 'article_index',
|
|
|
meta: {
|
|
|
- title: '文章列表',
|
|
|
+ title: 'Article Management',//文章列表
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '文章列表', path: '/article/index'},
|
|
|
+ {title: 'Article Management', path: '/article/index'},
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -1435,12 +1435,12 @@ export const constantRouterMap = [
|
|
|
component: _import('article/edit'),
|
|
|
name: 'article_add',
|
|
|
meta: {
|
|
|
- title: '添加文章',
|
|
|
+ title: 'New category',
|
|
|
highLight: '/article/index',
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '文章列表', path: '/article/index'},
|
|
|
- {title: '添加文章', path: '/article/add'},
|
|
|
+ {title: 'Article Management', path: '/article/index'},
|
|
|
+ {title: 'New category', path: '/article/add'},
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -1449,12 +1449,12 @@ export const constantRouterMap = [
|
|
|
component: _import('article/edit'),
|
|
|
name: 'article_edit',
|
|
|
meta: {
|
|
|
- title: '编辑文章',
|
|
|
+ title: 'Edit category',
|
|
|
highLight: '/article/index',
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},
|
|
|
- {title: '文章列表', path: '/article/index'},
|
|
|
- {title: '编辑文章', path: '/article/edit'},
|
|
|
+ {title: 'Article Management', path: '/article/index'},
|
|
|
+ {title: 'Edit category', path: '/article/edit'},
|
|
|
],
|
|
|
},
|
|
|
},
|