fix(api): 🧩 隐藏接口地址

This commit is contained in:
Json_Lee 2025-06-16 11:40:27 +08:00
parent 98a71d2061
commit 682d9a408e
2 changed files with 2 additions and 8 deletions

View File

@ -11,6 +11,4 @@ VITE_WEB_ENV = 'development'
VITE_WEB_BASE_API = '/dev-api' VITE_WEB_BASE_API = '/dev-api'
# 本地接口 # 本地接口
# VITE_API_URL = http://122.51.75.95:6039 VITE_API_URL = *
VITE_API_URL = http://129.211.24.7:6039
# VITE_API_URL = https://mp.pandarobot.chat

View File

@ -13,8 +13,4 @@ VITE_WEB_BASE_API = '/prod-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli # 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip VITE_BUILD_COMPRESS = gzip
# VITE_API_URL = http://122.51.75.95:6039 VITE_API_URL = *
# VITE_API_URL = http://129.211.24.7:6039
VITE_API_URL = https://mp.pandarobot.chat