Commit ac65edc3 by 张恒

chore(config): 更新开发环境文件预览接口地址

- 将文件预览接口从 http://14.116.210.204:8013 修改为 http://192.168.8.133:8012
- 保持接口路径结构不变,仅更新主机地址和端口配置
parent 1031dfe4
...@@ -22,7 +22,7 @@ VITE_GLOB_API_URL=http://localhost:8080 ...@@ -22,7 +22,7 @@ VITE_GLOB_API_URL=http://localhost:8080
VITE_GLOB_UPLOAD_URL = /system/oss/upload VITE_GLOB_UPLOAD_URL = /system/oss/upload
# 文件预览接口 可选 # 文件预览接口 可选
VITE_GLOB_UPLOAD_PREVIEW = http://114.116.210.204:8013/onlinePreview?url= VITE_GLOB_UPLOAD_PREVIEW = http://192.168.8.133:8012/onlinePreview?url=
#外部url地址 #外部url地址
VITE_GLOB_OUT_LINK_URL = http://localhost:4100 VITE_GLOB_OUT_LINK_URL = http://localhost:4100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment