From 90056f7fc37b67931394745f273afebd014d28b5 Mon Sep 17 00:00:00 2001 From: ZhangYong Date: Tue, 29 Jul 2025 10:01:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=BC=96=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 6 +- src/views/permissions/permission.vue | 121 +++++++++++++++++++++++++---------- 2 files changed, 92 insertions(+), 35 deletions(-) diff --git a/.env.development b/.env.development index 12b11b7..ed30aa3 100644 --- a/.env.development +++ b/.env.development @@ -1,9 +1,11 @@ -VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' +# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' # 测试环境 # VITE_API_BASE='http://18.143.76.3:10704/' # VITE_API_BASE='http://192.168.9.52:10705/' VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload # VITE_API_BASE='http://192.168.9.28:8081/' -# 孙加倍 +# sunjiabei # VITE_API_BASE='http://192.168.9.28:8081/' # VITE_API_BASE='http://192.168.5.92:8081/' +# zhangyong + VITE_API_BASE='http://192.168.9.62:8081/' diff --git a/src/views/permissions/permission.vue b/src/views/permissions/permission.vue index 4db58d2..50789ee 100644 --- a/src/views/permissions/permission.vue +++ b/src/views/permissions/permission.vue @@ -1,5 +1,5 @@