.env.development 295 B

1234567891011
  1. ENV = 'development'
  2. # 线上测试
  3. VITE_BASE_URL = 'http://advise.ytmdm.com/gateway'
  4. # VITE_BASE_URL = 'https://test.book.ytpm.net/yt-gateway'
  5. # VITE_BASE_URL = 'http://119.45.71.139:25001'
  6. # 本地
  7. # VITE_BASE_URL = 'http://192.168.1.9:25001'
  8. # VITE_BASE_URL = 'http://192.168.1.159:25001'