update:访问静态资源
This commit is contained in:
@@ -11,6 +11,8 @@ VITE_API_HTTP_URL=http://192.168.65.161:7100
|
||||
VITE_API_WS_BASE_URL=/wsApi/simulation
|
||||
# 本地环境ws地址,线上通过nginx转发/wsApi到指定服务地址
|
||||
VITE_API_WS_URL=ws://192.168.65.161:7100
|
||||
# 静态资源/usr/local/nginx/html/static
|
||||
VITE_API_STATIC_FILE=http://192.168.65.161:3000/static
|
||||
# 图片预览地址
|
||||
VITE_API_IMAGE_PREVIEW_URL=http://192.168.65.161:3000/imagePreview
|
||||
# 文件预览地址
|
||||
|
||||
Reference in New Issue
Block a user