|
@@ -132,31 +132,26 @@
|
|
|
name: '首页',
|
|
|
route: 'pages/home/index',
|
|
|
normal: require('@/static/shouye.png'),
|
|
|
- active: require('@/static/shouye_1.png')
|
|
|
},
|
|
|
{
|
|
|
name: '微店',
|
|
|
route: 'pages/store/index',
|
|
|
normal: require('@/static/store.png'),
|
|
|
- active: require('@/static/store_1.png')
|
|
|
},
|
|
|
{
|
|
|
name: '周边',
|
|
|
route: 'pages/week/index',
|
|
|
normal: require('@/static/week.png'),
|
|
|
- active: require('@/static/week_1.png')
|
|
|
},
|
|
|
{
|
|
|
name: '购物车',
|
|
|
route: 'pages/market/index',
|
|
|
normal: require('@/static/market.png'),
|
|
|
- active: require('@/static/market_1.png')
|
|
|
},
|
|
|
{
|
|
|
name: '我的',
|
|
|
route: 'pages/my/index',
|
|
|
normal: require('@/static/my.png'),
|
|
|
- active: require('@/static/my_1.png')
|
|
|
},
|
|
|
],
|
|
|
options: [{
|