123456789101112131415 |
- ###
- # @Author: chenbaoxin chenbaoxin
- # @Date: 2024-06-19 16:36:26
- # @LastEditors: chenbaoxin chenbaoxin
- # @LastEditTime: 2024-06-24 10:53:52
- # @FilePath: \ocean-engineer\.env.development
- # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
- ###
- #开发环境
- #BASEURL地址
- VITE_DEV_PATH=/api
- #ws地址
- VITE_WS_URL=ws://localhost:8083/api/webSocket/{}
|