From 1c1a82e955b21000d2e849e4a2963926973b3c8e Mon Sep 17 00:00:00 2001 From: lihuilin Date: Tue, 15 Jul 2025 11:25:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A7=92=E8=89=B2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +- .env.production | 4 +- .env.test | 3 +- src/views/home.vue | 2 +- src/views/permissions/permission.vue | 367 +++++++++++++++++++++++------------ src/views/workspace/index.vue | 131 ++++++++----- 6 files changed, 336 insertions(+), 174 deletions(-) diff --git a/.env.development b/.env.development index 3b5ebee..1888bc9 100644 --- a/.env.development +++ b/.env.development @@ -1,3 +1,4 @@ -VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' +# VITE_API_BASE='https://hwjb.homilychart.com/dev/admin' VITE_UPLOAD_URL=http://39.101.133.168:8828/hljw/api/aws/upload +VITE_API_BASE='http://192.168.8.246:8081/' diff --git a/.env.production b/.env.production index eff9201..332ab80 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -VITE_API_BASE='https://hwjb.homilychart.com/prod' -# VITE_API_BASE='http://192.168.8.232:8080/' +# VITE_API_BASE='https://hwjb.homilychart.com/prod' +VITE_API_BASE='http://192.168.8.246:8081/' VITE_UPLOAD_URL=https://api.homilychart.com/hljw/api/aws/upload diff --git a/.env.test b/.env.test index 995e851..3ecc103 100644 --- a/.env.test +++ b/.env.test @@ -1,4 +1,5 @@ # VITE_API_BASE='https://hwjb.homilychart.com/gold_htms_prod' -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.8.246:8081/' VITE_UPLOAD_URL=https://api.homilychart.com/hljw/api/aws/upload \ No newline at end of file diff --git a/src/views/home.vue b/src/views/home.vue index c543fbf..ee8be53 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -132,7 +132,7 @@ function logout() { // 挂载 onMounted(async function () { // 获取用户信息 - getAdminData() + //getAdminData() // 初始化获取导出列表 await getExportList() }) diff --git a/src/views/permissions/permission.vue b/src/views/permissions/permission.vue index d84b4d1..7434ffb 100644 --- a/src/views/permissions/permission.vue +++ b/src/views/permissions/permission.vue @@ -1,5 +1,5 @@