url.js 111 Bytes edit raw blame history 1 2 3 4 5 6 const urlAlias = { // 获取首页商品列表 shopList: 'app/prod/list', } export default urlAlias;