From f766f98670ba6534248401d2386b2be85da5dd8b Mon Sep 17 00:00:00 2001 From: xbx <1827135378@qq.com> Date: Sat, 18 Nov 2023 18:40:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=BA=90=E7=AE=A1=E7=90=861.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- public/index.html | 4 +- src/components/layouts/TabLayout.vue | 2 +- src/components/layouts/UserLayout.vue | 2 +- src/components/page/GlobalHeader.vue | 2 +- src/components/tools/Logo.vue | 5 +- src/views/dashboard/Analysis.vue | 14 +- src/views/dashboard/IndexBdc.vue | 171 +----------- src/views/dashboard/IndexChart.vue | 133 +--------- src/views/dashboard/IndexTask.vue | 134 ---------- .../rms/FurnitureList/RmsFurnitureList.vue | 77 +++--- .../modules/RmsFurnitureForm.vue | 36 +-- .../rms/InstrumentList/RmsInstrumentList.vue | 80 +++--- .../modules/RmsInstrumentForm.vue | 34 +-- .../rms/LocationList/RmsLocationList.vue | 6 + .../LocationList/modules/RmsLocationForm.vue | 5 + src/views/system/RmsInstrumentList.vue | 236 ----------------- .../system/modules/RmsInstrumentForm.vue | 247 ------------------ .../system/modules/RmsInstrumentModal.vue | 64 ----- src/views/user/oauth2/OAuth2Login.vue | 2 +- 20 files changed, 157 insertions(+), 1099 deletions(-) delete mode 100644 src/views/system/RmsInstrumentList.vue delete mode 100644 src/views/system/modules/RmsInstrumentForm.vue delete mode 100644 src/views/system/modules/RmsInstrumentModal.vue diff --git a/.env.development b/.env.development index 4f94849..6635393 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8888/jeecg-boot +VUE_APP_API_BASE_URL=http://localhost:8088/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/public/index.html b/public/index.html index 0dc3db7..7802177 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ -