From 89263fb8ba4a7e878072cb7a6e219ae43920d514 Mon Sep 17 00:00:00 2001 From: xbx <1827135378@qq.com> Date: Mon, 8 Jan 2024 15:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=B4=AD=E7=BD=AE=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .env.production | 4 +-- .../RmsFurnitureCollegeList.vue | 13 +++++++-- .../rms/FurnitureList/RmsFurnitureList.vue | 19 ++++++++---- .../RmsInstrumentCollegeList.vue | 13 +++++++-- .../rms/InstrumentList/RmsInstrumentList.vue | 29 +++++++++++++------ .../RmsIntangibleCollegeList.vue | 13 +++++++-- .../modules/RmsIntangibleCollegeForm.vue | 1 + .../rms/IntangibleList/RmsIntangibleList.vue | 19 ++++++++---- 9 files changed, 80 insertions(+), 33 deletions(-) diff --git a/.env.development b/.env.development index 23d1373..4f94849 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://82.157.76.162:8888/jeecg-boot +VUE_APP_API_BASE_URL=http://localhost:8888/jeecg-boot VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/.env.production b/.env.production index eb82cdf..5e82bea 100644 --- a/.env.production +++ b/.env.production @@ -1,4 +1,4 @@ NODE_ENV=production -VUE_APP_API_BASE_URL=http://82.157.76.162:8888/jeecg-boot -VUE_APP_CAS_BASE_URL=http://82.157.76.162:8888/cas +VUE_APP_API_BASE_URL=http://localhost:8888/jeecg-boot +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/src/views/rms/FurnitureCollegeList/RmsFurnitureCollegeList.vue b/src/views/rms/FurnitureCollegeList/RmsFurnitureCollegeList.vue index b3bd91a..9a10b3d 100644 --- a/src/views/rms/FurnitureCollegeList/RmsFurnitureCollegeList.vue +++ b/src/views/rms/FurnitureCollegeList/RmsFurnitureCollegeList.vue @@ -1,10 +1,10 @@