.env.development 425 B

12345678910111213
  1. # 开发环境
  2. VITE_ENV = 'development'
  3. # Api地址
  4. VITE_API_URL = 'http://192.168.3.19:8090'
  5. VITE_API_URL_img = 'http://192.168.3.19:8090'
  6. # VITE_API_URL = 'http://xia0miduo.gicp.net:8041'
  7. # VITE_API_URL = 'http://192.168.3.3:8091'
  8. # VITE_API_URL_img = 'http://192.168.3.3'
  9. # VITE_API_URL = 'http://xia0miduo.gicp.net:8091'
  10. #跳转地址
  11. VITE_JUMP_URL = 'http://localhost:4000/#/knowledgeChat?showMenu=true&chatMode=LOCAL'