13 lines
361 B
Bash
13 lines
361 B
Bash
|
|
#### 生产环境
|
|||
|
|
|
|||
|
|
# 前端端口
|
|||
|
|
VITE_PORT = 8089
|
|||
|
|
# 前端路径v
|
|||
|
|
|
|||
|
|
VITE_BASE_URL = '/'
|
|||
|
|
# 后端接口地址,用 https时要改成 /api,ip时用注释的,配合nginx.conf。
|
|||
|
|
#VITE_API_DOMAIN = 'http://123.57.71.170:1024'
|
|||
|
|
VITE_API_DOMAIN = '/api'
|
|||
|
|
# 远程Selenium
|
|||
|
|
VITE_PLATFORM_API_URL='https://123.57.71.170:2222'
|
|||
|
|
VITE_WS_URL='wss://www.airzhihui.com/ws'
|