From 42a3dc97d343a38c6587c3eb640adc7c82b61b62 Mon Sep 17 00:00:00 2001 From: zjl Date: Mon, 16 Dec 2024 16:05:20 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=81=A2=E5=A4=8DIP=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.development b/.env.development index 023afc4..09628d1 100644 --- a/.env.development +++ b/.env.development @@ -12,7 +12,7 @@ VITE_DROP_CONSOLE = true # 跨域代理,可以配置多个,请注意不要换行 #VITE_PROXY = [["/appApi","http://localhost:8001"],["/upload","http://localhost:8001/upload"]] -VITE_PROXY=[["/api","http://127.0.0.1:8081/api"]] +VITE_PROXY=[["/api","http://192.168.124.203:8081/api"]] # API 接口地址 VITE_GLOB_API_URL = From 96e29b9cfe81062f402fabb310a21ea85eb1ae80 Mon Sep 17 00:00:00 2001 From: zjl Date: Mon, 16 Dec 2024 19:31:34 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E3=80=81=E5=AF=BC=E5=87=BA=E6=8C=89=E9=92=AE=E9=A3=8E=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/level/index.vue | 4 ++-- src/views/system/user/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/system/level/index.vue b/src/views/system/level/index.vue index 171c4b2..da92628 100644 --- a/src/views/system/level/index.vue +++ b/src/views/system/level/index.vue @@ -46,7 +46,7 @@ :limit="1" v-perm="['sys:level:import']" > - +