|
|
@@ -274,10 +274,10 @@ export const constantRouterMap = [
|
|
|
component: _import('bonus/other'),
|
|
|
name: 'bonus_other',
|
|
|
meta: {
|
|
|
- title: '往期奖金',
|
|
|
+ title: 'Previous bonus',//往期奖金
|
|
|
breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '奖金管理', path: '/bonus/index'},
|
|
|
+ {title: 'Home Page', path: '/dashboard/index'},//首页
|
|
|
+ {title: 'Bonus management', path: '/bonus/index'},//奖金管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -392,10 +392,10 @@ export const constantRouterMap = [
|
|
|
component: _import('finance/withdraw'),
|
|
|
name: 'finance_withdraw',
|
|
|
meta: {
|
|
|
- title: '提现明细',
|
|
|
+ title: 'Withdrawal details',//提现明细
|
|
|
breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '财务管理', path: '/finance/index'},
|
|
|
+ {title: 'Home Page', path: '/dashboard/index'},//首页
|
|
|
+ {title: 'financial management', path: '/finance/index'},//财务管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -404,12 +404,12 @@ export const constantRouterMap = [
|
|
|
component: _import('finance/withdraw-add'),
|
|
|
name: 'finance_withdraw-add',
|
|
|
meta: {
|
|
|
- title: '我要提现',
|
|
|
+ title: 'Withdraw',//我要提现
|
|
|
highLight: '/finance/withdraw',
|
|
|
breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '财务管理', path: '/finance/index'},
|
|
|
- {title: '提现明细', path: '/finance/withdraw'},
|
|
|
+ {title: 'Home Page', path: '/dashboard/index'},//首页
|
|
|
+ {title: 'financial management', path: '/finance/index'},//财务管理
|
|
|
+ {title: 'Withdrawal details', path: '/finance/withdraw'},//提现明细
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -456,10 +456,10 @@ export const constantRouterMap = [
|
|
|
component: _import('finance/recharge'),
|
|
|
name: 'finance_recharge',
|
|
|
meta: {
|
|
|
- title: '充值明细',
|
|
|
+ title: 'Recharge details',//充值明细
|
|
|
breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '财务管理', path: '/finance/index'},
|
|
|
+ {title: 'Home Page', path: '/dashboard/index'},//首页
|
|
|
+ {title: 'financial management', path: '/finance/index'},//财务管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -468,12 +468,12 @@ export const constantRouterMap = [
|
|
|
component: _import('finance/recharge-add'),
|
|
|
name: 'finance_recharge-add',
|
|
|
meta: {
|
|
|
- title: '我要充值',
|
|
|
+ title: 'Recharge',//我要充值
|
|
|
highLight: '/finance/recharge',
|
|
|
breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '财务管理', path: '/finance/index'},
|
|
|
- {title: '提现明细', path: '/finance/withdraw'},
|
|
|
+ {title: 'Home Page', path: '/dashboard/index'},//首页
|
|
|
+ {title: 'financial management', path: '/finance/index'},//财务管理
|
|
|
+ {title: 'Withdrawal details', path: '/finance/withdraw'},
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -489,10 +489,10 @@ export const constantRouterMap = [
|
|
|
component: _import('config/receive-address-list'),
|
|
|
name: 'config_receive-address-list',
|
|
|
meta: {
|
|
|
- title: '收货地址管理',
|
|
|
+ title: 'Receiving address',//收货地址管理
|
|
|
breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '设置', path: '/config/base'},
|
|
|
+ {title: 'Home Page', path: '/dashboard/index'},//首页
|
|
|
+ {title: 'Setting', path: '/config/base'},//设置
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -501,12 +501,12 @@ export const constantRouterMap = [
|
|
|
component: _import('config/receive-address-edit'),
|
|
|
name: 'config_receive-address-add',
|
|
|
meta: {
|
|
|
- title: '添加收货地址',
|
|
|
+ title: 'Add shipping address',//添加收货地址
|
|
|
highLight: '/config/receive-address-list',
|
|
|
breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '设置', path: '/config/base'},
|
|
|
- {title: '收货地址管理', path: '/config/receive-address-list'},
|
|
|
+ {title: 'Home Page', path: '/dashboard/index'},//首页
|
|
|
+ {title: 'Setting', path: '/config/base'},//设置
|
|
|
+ {title: 'Receiving address', path: '/config/receive-address-list'},//收货地址管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -515,12 +515,12 @@ export const constantRouterMap = [
|
|
|
component: _import('config/receive-address-edit'),
|
|
|
name: 'config_receive-address-edit',
|
|
|
meta: {
|
|
|
- title: '编辑收货地址',
|
|
|
+ title: 'Edit address',
|
|
|
highLight: '/config/receive-address-list',
|
|
|
breadcrumb: [
|
|
|
- {title: '首页', path: '/dashboard/index'},
|
|
|
- {title: '设置', path: '/config/base'},
|
|
|
- {title: '收货地址管理', path: '/config/receive-address-list'},
|
|
|
+ {title: 'Home Page', path: '/dashboard/index'},//首页
|
|
|
+ {title: 'Setting', path: '/config/base'},//设置
|
|
|
+ {title: 'Receiving address', path: '/config/receive-address-list'},//收货地址管理
|
|
|
],
|
|
|
},
|
|
|
},
|