|
|
@@ -113,7 +113,7 @@ export const constantRouterMap = [
|
|
|
title: 'Kitting products list',//报单套餐列表
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
|
|
|
+ {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
|
|
|
],
|
|
|
},
|
|
|
|
|
|
@@ -126,7 +126,7 @@ export const constantRouterMap = [
|
|
|
title: 'Add Kitting products',//报单套餐添加
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
|
|
|
+ {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
|
|
|
],
|
|
|
},
|
|
|
|
|
|
@@ -139,7 +139,7 @@ export const constantRouterMap = [
|
|
|
title: 'Products list',//商品列表
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
|
|
|
+ {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
|
|
|
],
|
|
|
},
|
|
|
|
|
|
@@ -152,7 +152,7 @@ export const constantRouterMap = [
|
|
|
title: 'Products add',//商品添加
|
|
|
breadcrumb: [
|
|
|
{title: 'Dashboard', path: '/dashboard/index'},//首页
|
|
|
- {title: 'Products Management', path: '/shop/dec-order-list'},//商城管理
|
|
|
+ {title: 'Shopping Mall', path: '/shop/dec-order-list'},//商城管理
|
|
|
],
|
|
|
},
|
|
|
|