-

-
温馨提示
-
- 证书申请已提交,预计等待20个工作日
-
-
-
-
-
- {{ isSuccessSubmitting ? '正在退出...' : '好的' }}
+
+
+
+
+

+
温馨提示
+
证书申请已提交,预计等待20个工作日
+
+
+
+ {{ isSuccessSubmitting ? '正在退出...' : '好的' }}
+
-
-
-
-
![]()
-
-
-
-

-
+
+
+
+
+
![证书]()
+

+
+
-
diff --git a/src/components/upload/imageUpload.vue b/src/components/upload/imageUpload.vue
index 64aaa51..d9b7be1 100644
--- a/src/components/upload/imageUpload.vue
+++ b/src/components/upload/imageUpload.vue
@@ -149,7 +149,7 @@ const triggerUpload = () => {
.upload-btn {
position: relative;
width: 230px;
- height: 144px;
+ height: 154px;
background-size: contain; /* 新增背景图适配 */
background-repeat: no-repeat;
}
diff --git a/src/utils/request.js b/src/utils/request.js
index edbb3c2..c872914 100644
--- a/src/utils/request.js
+++ b/src/utils/request.js
@@ -16,7 +16,7 @@ const openFullScreen2 = () => {
}
const service = axios.create({
- baseURL: window.location.href.includes('//www.ufutx.com') ? 'https://health.ufutx.com/' :'http://health.ufutx.net/',
+ baseURL: window.location.href.includes('//www.ufutx.com') ? 'https://health.ufutx.com/' :'https://health.ufutx.com/',
timeout: 8000,
withCredentials: false,
headers: {