From d0f1eedb78bdf0aebdebe7cbd083f29a56aa8dcc Mon Sep 17 00:00:00 2001 From: zq <136432190602163.com> Date: Thu, 19 Jun 2025 11:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=B7=E6=B1=82=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 + src/components/GlobalLoading1.vue | 106 ++++++++++----------- src/components/GuipRadio.vue | 6 +- src/style/theme/common.scss | 4 +- src/utils/request.js | 3 +- src/views/DoctorInformation.vue | 8 +- src/views/HomeView.vue | 192 ++++++++++++++++++-------------------- src/views/HosInformation.vue | 60 ++++++++---- vue.config.js | 11 +-- 9 files changed, 210 insertions(+), 181 deletions(-) create mode 100644 .env.development diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..a5fd3e6 --- /dev/null +++ b/.env.development @@ -0,0 +1 @@ +VUE_APP_BASE_API=/api \ No newline at end of file diff --git a/src/components/GlobalLoading1.vue b/src/components/GlobalLoading1.vue index 50e8cdc..0b632f3 100644 --- a/src/components/GlobalLoading1.vue +++ b/src/components/GlobalLoading1.vue @@ -1,67 +1,69 @@ - diff --git a/src/components/GuipRadio.vue b/src/components/GuipRadio.vue index f4a7d0c..f33c2a3 100644 --- a/src/components/GuipRadio.vue +++ b/src/components/GuipRadio.vue @@ -1,7 +1,7 @@