update pay ui

This commit is contained in:
2025-12-13 18:14:47 +08:00
parent cf846b7167
commit 40995bcd80
2 changed files with 5 additions and 2 deletions

View File

@@ -33,8 +33,10 @@ import {
// 注意:在实际使用中,这些组件应该被拆分到独立的文件中
// 这里为了演示,我们假设它们已经被正确导出
import { getApiBase } from '../../utils/apiConfig';
// API配置
const API_URL = process.env.NODE_ENV === 'production' ? '/report-api' : 'http://111.198.58.126:5001';
const API_URL = process.env.NODE_ENV === 'production' ? `${getApiBase()}/report-api` : 'http://111.198.58.126:5001';
// 导入的组件(实际使用时应该从独立文件导入)
// 恢复使用本页自带的轻量日历