From 203e55abbcf2316c175ef5b3f3d6051ceb8878e0 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 14 Aug 2025 13:47:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9C=8B=E6=88=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- epmet-apartment-front/index.html | 14 ++- public/favicon.ico | Bin 4286 -> 3056 bytes src/components/AppHeader.vue | 2 +- src/components/Crumbs.vue | 83 +++++++++++++++ src/components/home/PolicyInfo.vue | 6 +- src/router/index.js | 6 ++ src/views/policy/index.vue | 43 +++++--- src/views/showings/apartmentDetail.vue | 55 +++++----- src/views/showings/houseDetail.vue | 140 +++++++++++++++---------- src/views/showings/roomTypeList.vue | 42 ++++++++ tailwind.config.js | 1 + 12 files changed, 293 insertions(+), 101 deletions(-) create mode 100644 src/components/Crumbs.vue create mode 100644 src/views/showings/roomTypeList.vue diff --git a/.env.development b/.env.development index bd7c56d..ae45a51 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,6 @@ #环境标识 VITE_ENV="开发环境" #基础服务 -VITE_API_URL="http://192.168.1.144:8080/mz-api" +VITE_API_URL="http://219.146.91.110:30801/mz-api" VITE_AMAP_KEY = 8b6b7a05f40d067af88f6f211412984e VITE_AMAP_SECURITY_KEY = 7439b95b4bb1850da7e5a1d65f1b8fc3 \ No newline at end of file diff --git a/epmet-apartment-front/index.html b/epmet-apartment-front/index.html index d1ef490..6df5865 100644 --- a/epmet-apartment-front/index.html +++ b/epmet-apartment-front/index.html @@ -7,10 +7,20 @@