config.js 343 B

12345678910
  1. window.serverConfig = {
  2. // 系统名称
  3. APP_NAME: '萤火商城系统2.0',
  4. // 必填: api地址, 换成自己的域名即可
  5. // 例如: https://www.你的域名.com/index.php?s=/admin
  6. BASE_API: '../index.php?s=/admin',
  7. // 必填: store模块的入口地址
  8. // 例如: https://www.你的域名.com/store
  9. STORE_URL: '../store'
  10. }