url.js 242 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 const urlAlias = { // 获取首页商品列表 shopList: '/app/prod/list', // 获取首页商品列表 category: '/app/prod/category2', // 获取商品信息 read: '/app/prod/read', } export default urlAlias;