staticURL.js 88 B

12345678
  1. export default{
  2. SHOP:{
  3. SELECTALLURL:uni.$http.baseUrl + 'product/selectAll',
  4. }
  5. }