.env.development 292 B

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