修复文件地址
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user