const urlAlias = { // 首页 shopList: '/app/prod/list', // 获取首页商品列表 // 我的订单 orderList: '/app/order/list', // 获取订单列表 } export default urlAlias;