From 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 15:40:48 +0800
Subject: [PATCH] feat(api): 新增多个API接口并优化配置

---
 components/card-agreement/card-agreement.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/card-agreement/card-agreement.vue b/components/card-agreement/card-agreement.vue
index b9624ef..3ee022e 100644
--- a/components/card-agreement/card-agreement.vue
+++ b/components/card-agreement/card-agreement.vue
@@ -65,7 +65,7 @@
 		position: absolute;
 		right: 30rpx;
 		top: 30rpx;
-		background: url('https://echftp.jinmingyuan.com/xcx/jrstq/icon-close.png') no-repeat;
+		background: url('https://zhkj.jinmingyuan.com:8443/sftpxcx/jrstq/icon-close.png') no-repeat;
 		background-size: 100% 100%;
 		width: 42rpx;
 		height: 42rpx;
@@ -103,4 +103,4 @@
 		position: fixed;
 		z-index: 9
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1