product.js 102 B

12345678910
  1. /**
  2. *@des 产品
  3. */
  4. // 首页列表
  5. const indexList = '/yxt/shop/getShop';
  6. export {
  7. indexList,
  8. };