env.js 109 B

123456
  1. // 环境配置
  2. let basePath = 'https://store.api.ijolijoli.com'; // api请求地址
  3. export {
  4. basePath,
  5. }