.env.development 287 B

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