config.js 253 B

1234567
  1. // API base URL configuration
  2. //线上 https://minlong.raycos.com.cn
  3. //测试 http://192.168.66.187:8083
  4. export const apiBaseUrl = 'http://192.168.66.187:8083';
  5. // You can add other global configuration settings here
  6. export const appVersion = '1.0.0';