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 @@