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