actions.js
617 Bytes
export default {
'go.list': {
'1': 'goodsList',
'2': 'activtyDetail'
},
'go.poollist': 'productPool',
'go.shop': 'brandStore',
'go.brand': 'brandDetail',
'go.category': 'classifyCategory',
'go.productDetail': 'productDetail',
'go.coupon': 'couponList',
'go.mine': 'userCenter',
'go.new': 'newArrival',
'go.shopcart': 'shopCart',
'go.h5': 'h5Page',
'go.activitytemplate': {
'2': 'purchaseList',
'3': 'assist',
'4': 'readyList'
},
'go.zerosell': 'zeroSell',
'go.collagehome': 'purchaseHome', //拼团购首页
'go.bargainlist': 'cutPriceList' //砍价列表首页
}