Files
template-10519/src/utils/config.ts
赵忠林 c250f2ae5e feat(config): 更新API基础URL配置
- 将src/utils/config.ts中的BaseUrl从yd-api.websoft.top更改为cms-api.websoft.top
- 更新config/env.ts中development、production和test环境的API_BASE_URL配置
- 修改src/bszx/pay/pay.tsx中支付接口请求地址为新的cms-api域名
2025-12-19 00:41:34 +08:00

9 lines
223 B
TypeScript

// 租户ID
export const TenantId = 10519;
// 接口地址
export const BaseUrl = 'https://cms-api.websoft.top/api';
// 当前版本
export const Version = 'v3.0.8';
// 版权信息
export const Copyright = 'WebSoft Inc.';