From 9fc18ecb0a70ad537ea8d9295a359fd37ad2c0d6 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Tue, 5 Nov 2024 09:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/config/configPopup.vue | 3 +++ config.js | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/components/config/configPopup.vue b/components/config/configPopup.vue index 4f70dd3..ef2d21c 100644 --- a/components/config/configPopup.vue +++ b/components/config/configPopup.vue @@ -40,6 +40,9 @@ .configPopup { .content{ padding: 30rpx 20rpx; + overflow: scroll; + height: 100%; + box-sizing: border-box; } } \ No newline at end of file diff --git a/config.js b/config.js index 9dfb093..178d43d 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,7 @@ import uvUI from '@/uni_modules/uv-ui-tools' Vue.use(uvUI); // 当前环境 -const type = 'dev' +const type = 'prod' // 环境配置 @@ -15,7 +15,7 @@ const config = { baseUrl: 'http://dev.java996.icu/clockin-api', }, prod: { - baseUrl: 'http://xxx.xxx.xxx/xxx', + baseUrl: 'https://clockin.java996.icu/clockin-api', } }