From ef6e2e395fef00df6222e6a44448db3b9207386f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E6=98=AD=E6=9C=9D?= <18394339404@163.com> Date: Thu, 25 Jul 2024 19:14:17 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E6=88=90=E6=9C=AC=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E6=A1=86=E5=85=81=E8=AE=B8=E6=89=8B=E5=8A=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/record/index.vue | 50 ++++++++++++++++++++++++++++++++++---- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/src/views/record/index.vue b/src/views/record/index.vue index 2cde982..2569d64 100644 --- a/src/views/record/index.vue +++ b/src/views/record/index.vue @@ -478,7 +478,14 @@ :trigger-on-focus="false" @select="handleSelect" /> --> - + --> - + --> - + Date: Thu, 25 Jul 2024 19:22:14 +0800 Subject: [PATCH 2/2] fix: update --- vue.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/vue.config.js b/vue.config.js index f116360..d6ff8a2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -39,6 +39,7 @@ module.exports = { proxy: { [process.env.VUE_APP_BASE_API]: { target: 'http://139.219.4.195:8003', + // 测试地址 // target: 'http://192.168.1.161:8003', pathRewrite: { ['^' + process.env.VUE_APP_BASE_API]: ''