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