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 @@ --> - + + --> - + +