init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#### 本地开发环境
|
||||
|
||||
# 前端端口
|
||||
VITE_PORT = 888
|
||||
# 前端路径
|
||||
VITE_BASE_URL = './'
|
||||
# 后端接口地址,通过vite.config.js中进行代理到后端地址http://localhost:8080,避免跨域问题。
|
||||
VITE_API_DOMAIN = '/dev_api'
|
||||
#远程Selenium
|
||||
VITE_PLATFORM_API_URL='http://localhost:2222'
|
||||
VITE_WS_URL='ws://localhost:1040'
|
||||
Reference in New Issue
Block a user