This commit is contained in:
2026-06-10 15:38:37 +08:00
commit 40d97c0d7b
1629 changed files with 222030 additions and 0 deletions
+11
View File
@@ -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'