|
|
@@ -28,21 +28,21 @@ export default {
|
|
|
list: [
|
|
|
{
|
|
|
pagePath: '/admin/home/workbench',
|
|
|
- iconPath: '/static/images/common/shop-tab_no.png',
|
|
|
- selectedIconPath: '/static/images/common/shop-tab.png',
|
|
|
+ iconPath: '/static/images/common/buy-no.png',
|
|
|
+ selectedIconPath: '/static/images/common/buy-is.png',
|
|
|
text: '买花'
|
|
|
},
|
|
|
{
|
|
|
pagePath: '/admin/home/bought',
|
|
|
- iconPath: '/static/images/common/shop-tab_no.png',
|
|
|
- selectedIconPath: '/static/images/common/shop-tab.png',
|
|
|
+ iconPath: '/static/images/common/bought-no.png',
|
|
|
+ selectedIconPath: '/static/images/common/bought-is.png',
|
|
|
text: '买花记录'
|
|
|
},
|
|
|
{
|
|
|
pagePath: '/admin/home/mall',
|
|
|
iconPath: '/static/images/common/shop-tab_no.png',
|
|
|
selectedIconPath: '/static/images/common/shop-tab.png',
|
|
|
- text: '商城'
|
|
|
+ text: '店铺'
|
|
|
},
|
|
|
{
|
|
|
pagePath: '/admin/home/order',
|
|
|
@@ -59,7 +59,7 @@ export default {
|
|
|
{
|
|
|
pagePath: '/admin/home/me',
|
|
|
iconPath: '/static/images/common/user-no.png',
|
|
|
- selectedIconPath: '/static/images/common/shop-me.png',
|
|
|
+ selectedIconPath: '/static/images/common/user-is.png',
|
|
|
text: '我的'
|
|
|
}
|
|
|
]
|