生产环境配置

This commit is contained in:
bob
2025-02-17 15:53:16 +08:00
parent 5b526e5d9b
commit 8550581d0e
5 changed files with 19 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
ENV = 'development'
# 客户端版本
VITE_CLIENT_VERSION = 789654
# REST API地址
VITE_BASE_URL = '/api' # 配合vite.config.js中的代理配置解决跨域问题
# ws地址
VITE_WS_URL = 'ws://localhost:80/ws'