config.example.js 266 B

12345678
  1. window.publicConfig = {
  2. // 系统名称
  3. APP_NAME: '五常大米',
  4. // 必填: api地址, 换成自己的域名即可
  5. // 例如: https://www.你的域名.com/store
  6. BASE_API: 'http://localhost:8888/store'
  7. // BASE_API: 'http://ysctest.cookhome.club/store'
  8. }