config.js 339 B

123456789
  1. window.publicConfig = {
  2. // 系统名称
  3. APP_NAME: '萤火商城系统2.0',
  4. // 必填: api地址, 换成自己的域名即可
  5. // 例如: https://www.你的域名.com/index.php?s=/store
  6. BASE_API: '../index.php?s=/store'
  7. //BASE_API: 'http://vp.com/index.php?s=/store'
  8. // BASE_API: 'http://yoshop2-feel.cn/index.php?s=/store'
  9. }