From e7afd83085232caa73a091d937475f29ef2bf0fa Mon Sep 17 00:00:00 2001
From: GYJ <1157756119@qq.com>
Date: Sun, 15 Dec 2024 18:21:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E5=86=8C=E9=A1=B5=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E7=99=BB=E5=BD=95=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/config.js | 12 ++++++------
me/detail/detail.nvue | 4 ++++
pages/login/register.vue | 11 +++++++++--
pages/login/registerApp.vue | 13 ++++++++++---
4 files changed, 29 insertions(+), 11 deletions(-)
diff --git a/common/config.js b/common/config.js
index c91f33f..f8c138b 100644
--- a/common/config.js
+++ b/common/config.js
@@ -1,14 +1,14 @@
-// const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; //
-// const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名
-// const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
+const ROOTPATH1 = "https://dj-api.hnsiyao.cn/sqx_fast/"; //
+const ROOTPATH = "https://dj-api.hnsiyao.cn/sqx_fast/"; //后台服务域名
+const ROOTPATH2 = "https://dj-h5.hnsiyao.cn"; //后台服务域名
// const ROOTPATH1 = "https://video.hnsiyao.cn/sqx_fast/"; //
// const ROOTPATH = "https://video.hnsiyao.cn/sqx_fast/"; //后台服务域名
// const ROOTPATH2 = "https://video-h5.hnsiyao.cn"; //后台服务域名
-const ROOTPATH1 = "http://192.168.1.5:8100/sqx_fast/"; //
-const ROOTPATH = "http://192.168.1.5:8100/sqx_fast/"; //后台服务域名
-const ROOTPATH2 = "http://192.168.1.5:8100"; //后台服务域名
+// const ROOTPATH1 = "http://192.168.1.5:8100/sqx_fast/"; //
+// const ROOTPATH = "http://192.168.1.5:8100/sqx_fast/"; //后台服务域名
+// const ROOTPATH2 = "http://192.168.1.5:8100"; //后台服务域名
module.exports = {
APIHOST: ROOTPATH,
diff --git a/me/detail/detail.nvue b/me/detail/detail.nvue
index ecbb3b5..f4fef46 100644
--- a/me/detail/detail.nvue
+++ b/me/detail/detail.nvue
@@ -541,6 +541,10 @@
}
}
+ if (document.documentElement.scrollHeight <= document.documentElement.clientHeight) {
+ bodyTag = document.getElementsByTagName('body')[0];
+ bodyTag.style.height = document.documentElement.clientWidth / screen.width * screen.height + 'px';
+ }
},
methods: {
diff --git a/pages/login/register.vue b/pages/login/register.vue
index 28676f1..f722530 100644
--- a/pages/login/register.vue
+++ b/pages/login/register.vue
@@ -34,7 +34,8 @@
-->
-
+
+
-->
-
+
+