config.example.js 387 B

1234567891011
  1. window.serverConfig = {
  2. // 系统名称
  3. APP_NAME: '原味公明腊肠运营管理后台',
  4. // 必填: api地址, 换成自己的域名即可
  5. // 例如: https://www.你的域名.com/admin
  6. BASE_API: 'http://ysctest.cookhome.club/admin',
  7. // 必填: store模块的入口地址
  8. // 例如: https://www.你的域名.com/store
  9. // STORE_URL: 'http://www.你的域名.com/store'
  10. }