|
|
@@ -122,7 +122,7 @@ export const constantRouterMap = [
|
|
|
title: 'Products list',//BA商品列表
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Shopping Mall', path: '/shop/ba-order-list'},//商城管理
|
|
|
+ {title: 'Shopping Mall', path: '/shop/ba-product-list'},//商城管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -134,7 +134,7 @@ export const constantRouterMap = [
|
|
|
title: 'Products settlement', // 购物车
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Shopping Mall', path: '/shop/ba-shopping-cart'}//商城管理
|
|
|
+ {title: 'Shopping Mall', path: '/shop/ba-product-list'}//商城管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -146,7 +146,7 @@ export const constantRouterMap = [
|
|
|
title: 'Order List', // BA订单列表
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Shopping Mall', path: '/shop/ba-order-list'}//商城管理
|
|
|
+ {title: 'Shopping Mall', path: '/shop/ba-product-list'}//商城管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -285,10 +285,10 @@ export const constantRouterMap = [
|
|
|
component: _import('user/ba-info'),
|
|
|
name: 'ba-info',
|
|
|
meta: {
|
|
|
- title: 'Personal info',//个人资料
|
|
|
+ title: 'Personal Info',//个人资料
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Member management', path: '/user/index'},//会员管理
|
|
|
+ {title: 'Member management', path: '/user/ba-info'},//会员管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -300,7 +300,7 @@ export const constantRouterMap = [
|
|
|
title: 'Reset Password',//重置密码
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Member management', path: '/user/index'},//会员管理
|
|
|
+ {title: 'Member management', path: '/user/ba-info'},//会员管理
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -629,7 +629,7 @@ export const constantRouterMap = [
|
|
|
title: 'Shipping Address',//收货地址管理
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Setting', path: '/config/base'},//设置
|
|
|
+ {title: 'Setting', path: '/config/ba-receive-address-list'},//设置
|
|
|
],
|
|
|
},
|
|
|
},
|
|
|
@@ -642,7 +642,7 @@ export const constantRouterMap = [
|
|
|
highLight: '/config/ba-receive-address-list',
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Setting', path: '/config/base'},//设置
|
|
|
+ {title: 'Setting', path: '/config/ba-receive-address-list'},//设置
|
|
|
{title: 'Shipping Address', path: '/config/ba-receive-address-list'},//收货地址管理
|
|
|
],
|
|
|
},
|
|
|
@@ -656,7 +656,7 @@ export const constantRouterMap = [
|
|
|
highLight: '/config/ba-receive-address-list',
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Setting', path: '/config/base'},//设置
|
|
|
+ {title: 'Setting', path: '/config/ba-receive-address-list'},//设置
|
|
|
{title: 'Shipping Address', path: '/config/ba-receive-address-list'},//收货地址管理
|
|
|
],
|
|
|
},
|