url.js
574 Bytes
const urlAlias = {
// <<<<<<< HEAD
// 首页
shopList: '/app/prod/list', // 获取首页商品列表
// 我的订单
orderList: '/app/order/list', // 获取订单列表
// 购物车
cartList: '/app/cart/list', // 获取购物车列表
// 我的
recommandList:'/app/prod/recommand', // 获取用户个性化推荐商品
// =======
// 获取首页商品列表
shopList: '/app/prod/list',
// 获取首页商品列表
category: '/app/prod/category',
// >>>>>>> 09a4a9a0aa68e86f0c0a8b5b85adc0cca5b04c66
}
export default urlAlias;