1 2
const urlAlias = { // 获取首页商品列表
3 4 5 6
shopList: 'app/prod/list', // 获取首页商品列表 category: 'app/prod/category',
7 8 9
} export default urlAlias;