index.js 219 B

123456
  1. export default {
  2. baseURL: "/api",
  3. updateTime:'2023-08-04 08:00:00',
  4. host: window.location.host,
  5. staticURL: process.env.NODE_ENV === 'production' ? 'http://192.168.0.7:8081' : 'http://192.168.0.7:8081',
  6. }