Commit 68086202 by 张恒

chore(config): 添加开发环境API配置注释

- 在开发环境配置文件中添加本地IP地址API配置的注释说明
- 保留localhost配置作为默认选项
- 为后续可能的API地址切换提供参考配置
parent 7fec44bf
...@@ -15,6 +15,7 @@ VITE_DROP_CONSOLE = false ...@@ -15,6 +15,7 @@ VITE_DROP_CONSOLE = false
# 接口地址 # 接口地址
# 如果没有跨域问题,直接在这里配置即可 # 如果没有跨域问题,直接在这里配置即可
# VITE_GLOB_API_URL=http://192.168.8.73:8080
VITE_GLOB_API_URL=http://localhost:8080 VITE_GLOB_API_URL=http://localhost:8080
# 文件上传接口 可选 # 文件上传接口 可选
......
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