mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-06-08 23:38:57 +08:00
打包
This commit is contained in:
@@ -71,7 +71,7 @@ const defaultOptions: HttpRequestOptions = {
|
||||
requestOptions: {
|
||||
timeout: 10 * 1000
|
||||
},
|
||||
baseUrl: `${import.meta.env.VITE_APP_BASE_URL}/`,
|
||||
baseUrl: `${import.meta.env.VITE_APP_BASE_URL || ''}/`,
|
||||
//是否返回默认的响应
|
||||
isReturnDefaultResponse: false,
|
||||
// 需要对返回数据进行处理
|
||||
|
||||
Reference in New Issue
Block a user