From 974a7aacb1eff3238bb298d1be118231db326f27 Mon Sep 17 00:00:00 2001 From: lzx <2602107437@qq.com> Date: Sun, 29 Sep 2024 22:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-hanhai-vue/.env.development | 2 +- admin-hanhai-vue/.env.production | 2 +- admin-hanhai-vue/src/views/subSchool/ShcoolSubList.vue | 14 +++++++------- .../src/main/resources/application-dev.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/admin-hanhai-vue/.env.development b/admin-hanhai-vue/.env.development index 4fc3274..6852fee 100644 --- a/admin-hanhai-vue/.env.development +++ b/admin-hanhai-vue/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8000/school-api/ +VUE_APP_API_BASE_URL=https://school-admin.xzaiyp.top/school-api/ VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/admin-hanhai-vue/.env.production b/admin-hanhai-vue/.env.production index f4c58d7..6e908ee 100644 --- a/admin-hanhai-vue/.env.production +++ b/admin-hanhai-vue/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://localhost:8000/school-api/ +VUE_APP_API_BASE_URL=https://school-admin.xzaiyp.top/school-api/ VUE_APP_CAS_BASE_URL=http://localhost:8888/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview \ No newline at end of file diff --git a/admin-hanhai-vue/src/views/subSchool/ShcoolSubList.vue b/admin-hanhai-vue/src/views/subSchool/ShcoolSubList.vue index f77dc14..4014858 100644 --- a/admin-hanhai-vue/src/views/subSchool/ShcoolSubList.vue +++ b/admin-hanhai-vue/src/views/subSchool/ShcoolSubList.vue @@ -63,13 +63,13 @@