mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
开发环境agw端口是8080
This commit is contained in:
@@ -4,7 +4,7 @@ ENV = 'development'
|
||||
VITE_BASE_URL = '/api' # 配合vite.config.js中的代理配置解决跨域问题
|
||||
|
||||
# ws地址
|
||||
VITE_WS_URL = 'ws://localhost:80/ws'
|
||||
VITE_WS_URL = 'ws://localhost:8080/ws'
|
||||
|
||||
# title
|
||||
VITE_TITLE = 'Open-AnyLink(开发环境)'
|
||||
Reference in New Issue
Block a user