From e881702cb5213270825f4b93b011062f88ed691c Mon Sep 17 00:00:00 2001 From: piupuer Date: Fri, 27 Sep 2024 17:59:15 +0800 Subject: [PATCH] [fix]change api url --- src/configs/host.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configs/host.ts b/src/configs/host.ts index 84b6bfa..11872e7 100644 --- a/src/configs/host.ts +++ b/src/configs/host.ts @@ -13,7 +13,7 @@ export default { }, release: { // 正式环境接口地址 - API: '', + API: 'https://app.go-cinch.top', }, site: { // TDesign部署特殊需要 与release功能一致