update pay ui

This commit is contained in:
2025-12-14 14:26:01 +08:00
parent da81c4f8aa
commit a2b734368b
3 changed files with 26 additions and 13 deletions

View File

@@ -7,7 +7,7 @@ import { getApiBase } from '@utils/apiConfig';
const api = axios.create({
baseURL: getApiBase(),
timeout: 10000,
timeout: 30000, // 增加到 30 秒,因为首次需要从微信 API 获取 access_token 和 jsapi_ticket
withCredentials: true,
});