config.js 302 B

12345678
  1. window.publicConfig = {
  2. // 系统名称
  3. APP_NAME: '校启小程序',
  4. // 必填: api地址, 换成自己的域名即可
  5. // 例如: https://www.你的域名.com/index.php?s=/store
  6. BASE_API: '../index.php?s=/store'
  7. // BASE_API: 'http://xq.mp.dongerkj.com/index.php?s=/store' // 本地测试
  8. }