.env.development 245 B

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