修复文件地址

This commit is contained in:
2026-04-23 11:48:30 +08:00
parent 7793b9d4ec
commit adf124ee70
9 changed files with 81 additions and 61 deletions

View File

@@ -15,16 +15,16 @@ VITE_DROP_CONSOLE = true
# 跨域代理,可以配置多个,请注意不要换行
#VITE_PROXY = [["/appApi","http://localhost:8001"],["/upload","http://localhost:8001/upload"]]
VITE_PROXY=[["/fg-api","https://fin-loan.mmlizi.com"]]
VITE_PROXY=[["/fg-api","https://fin-loan.mmlizi.com/fg-api"]]
# API 接口地址
VITE_GLOB_API_URL = /
VITE_GLOB_API_URL =
# 接口前缀
#VITE_GLOB_API_URL_PREFIX = /fg-api
VITE_GLOB_API_URL_PREFIX = /fg-api
# 文件上传地址
VITE_GLOB_UPLOAD_URL=
VITE_GLOB_UPLOAD_URL= https://fin-loan.mmlizi.com/fg-api
# 文件前缀地址
VITE_GLOB_FILE_URL=
VITE_GLOB_FILE_URL= https://fin-loan.mmlizi.com/fg-api