mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-13 14:57:14 +08:00
chore: 更新 prod API 配置
This commit is contained in:
@@ -34,7 +34,7 @@ const StatusCodeMessage: ICodeMessage = {
|
||||
}
|
||||
|
||||
const http: AxiosInstance = axios.create({
|
||||
baseURL: import.meta.env.VITE_API_PREFIX,
|
||||
baseURL: import.meta.env.VITE_API_PREFIX ?? import.meta.env.VITE_API_BASE_URL,
|
||||
timeout: 30 * 1000
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user