From 233058a7b763b683d826118cfc42c1cbc5957cb6 Mon Sep 17 00:00:00 2001 From: Tao-826 <2513445933@qq.com> Date: Thu, 17 Jul 2025 17:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- src/views/home/index.vue | 169 +-------------------------------------- 2 files changed, 2 insertions(+), 169 deletions(-) diff --git a/.env.development b/.env.development index faf86c4..2862947 100644 --- a/.env.development +++ b/.env.development @@ -6,7 +6,7 @@ VITE_API_URL_SYS='http://localhost:19901' # 健康辅助监测服务API VITE_API_URL_JKFZJC='http://localhost:19903' # 整个系统入口首页 -VITE_HOME_URL='http://localhost:8000' +VITE_HOME_URL='http://localhost:3000' # 授权服务地址 VITE_AUTH_URL='' # 授权ID diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 1223476..b123ffc 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,181 +1,14 @@