From f28a4a64c825b02e32e79387e0a6763e934ce51d Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 16:01:09 +0800
Subject: [PATCH] feat(config): 更新生态圈API基础URL配置
---
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