From 5928a4d9cbac4dd4642ef926ed0ea98bd46c5678 Mon Sep 17 00:00:00 2001 From: zpc Date: Thu, 25 Jul 2024 15:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.js | 2 +- pages/shouye/index.vue | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/main.js b/main.js index dd0b07f..cf1a243 100644 --- a/main.js +++ b/main.js @@ -210,7 +210,7 @@ Vue.prototype.onBridgeReady = function(data) { } // 测试 // const baseUrl = '' -const baseUrl = 'http://api.zpc-xy.com/' +const baseUrl = 'https://api.zpc-xy.com/' // 正式 // const baseUrl = 'https://xinglanmh.shequtuangou.vip' diff --git a/pages/shouye/index.vue b/pages/shouye/index.vue index 56f6171..134fe1e 100644 --- a/pages/shouye/index.vue +++ b/pages/shouye/index.vue @@ -142,12 +142,12 @@ - + - + @@ -1156,8 +1156,8 @@ } .group-fixed { - width: 141rpx; - height: 50rpx; + width: 187rpx; + height: 100rpx; position: fixed; z-index: 10; right: 0; @@ -1172,12 +1172,12 @@ } .group-fixed2 { - width: 141rpx; - height: 50rpx; + width: 187rpx; + height: 100rpx; position: fixed; z-index: 10; right: 0; - bottom: 25vh; + bottom: 28vh; animation: zoom 1.2s ease-in-out infinite;