.env.production 545 B

1234567891011121314
  1. ###
  2. # @Author: chenbaoxin chenbaoxin
  3. # @Date: 2024-06-19 16:36:26
  4. # @LastEditors: chenbaoxin chenbaoxin
  5. # @LastEditTime: 2024-06-19 16:39:19
  6. # @FilePath: \ocean-engineer\.env.production
  7. # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
  8. ###
  9. # 生产环境
  10. # baseURL 地址
  11. VITE_DEV_PATH=/api
  12. #ws地址
  13. VITE_WS_URL=ws://192.168.80.252:13002/api/webSocket/{}
  14. VITE_WS_MOCK_URL=ws://192.168.80.252:13002/api/ws/mock