update pay ui

This commit is contained in:
2025-12-14 14:26:01 +08:00
parent 1862e26baf
commit 39ed5562f1
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,
});