fix: 自改本地线上接口地址

This commit is contained in:
何嘉悦 2025-06-02 19:02:54 +08:00
parent 9ba37ea876
commit 1ab2dc935e
2 changed files with 4 additions and 2 deletions

View File

@ -12,5 +12,5 @@ VITE_WEB_BASE_API = '/dev-api'
# 本地接口 # 本地接口
# VITE_API_URL = http://122.51.75.95:6039 # VITE_API_URL = http://122.51.75.95:6039
VITE_API_URL = http://129.211.24.7:6039 VITE_API_URL = http://129.211.24.7:6039
# VITE_API_URL = https://mp.pandarobot.chat

View File

@ -14,5 +14,7 @@ VITE_WEB_BASE_API = '/prod-api'
VITE_BUILD_COMPRESS = gzip VITE_BUILD_COMPRESS = gzip
# VITE_API_URL = http://122.51.75.95:6039 # VITE_API_URL = http://122.51.75.95:6039
VITE_API_URL = http://129.211.24.7:6039 # VITE_API_URL = http://129.211.24.7:6039
VITE_API_URL = https://mp.pandarobot.chat