mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
生产环境配置
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user