From 5ea09ebe167cc5c33eafe8153eddabdd6f9ac911 Mon Sep 17 00:00:00 2001 From: ieaii <1069385070@qq.com> Date: Mon, 30 Sep 2024 17:39:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=B3=BB=E7=BB=9F=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-hanhai-vue/.env | 2 +- admin-hanhai-vue/.env.development | 2 +- admin-hanhai-vue/public/index.html | 4 +- admin-hanhai-vue/src/assets/logo.png | Bin 7749 -> 55924 bytes .../src/components/layouts/TabLayout.vue | 2 +- .../src/components/layouts/UserLayout.vue | 2 +- .../src/components/page/GlobalHeader.vue | 4 +- admin-hanhai-vue/src/components/tools/Logo.vue | 2 +- admin-hanhai-vue/src/views/system/CategoryList.vue | 12 +- admin-hanhai-vue/src/views/system/GoodsList.vue | 8 +- .../src/views/system/HotelAddressList.vue | 32 +- .../src/views/system/HotelBannerList.vue | 14 +- .../src/views/system/HotelNoticeList.vue | 16 +- .../src/views/system/HotelOrderList.vue | 38 +-- .../src/views/system/HotelShopList.vue | 18 +- .../src/views/system/HotelShoppingCatList.vue | 18 +- .../src/views/system/modules/HotelAddressForm.vue | 14 +- .../src/views/system/modules/HotelBannerForm.vue | 14 +- .../src/views/system/modules/HotelOrderForm.vue | 22 +- .../src/views/system/modules/HotelShopForm.vue | 18 +- .../views/system/modules/HotelShoppingCatForm.vue | 18 +- han-hai-module-pay/han-hai-module-pay.iml | 130 -------- han-hai-parent.iml | 62 ---- .../jeecg-boot-base-api/jeecg-boot-base-api.iml | 261 ---------------- .../jeecg-system-cloud-api.iml | 296 ------------------ .../target/jeecg-system-cloud-api-3.2.0.jar | Bin 9792 -> 9792 bytes .../jeecg-system-local-api.iml | 282 ----------------- .../jeecg-boot-base-core/jeecg-boot-base-core.iml | 282 ----------------- .../modules/hoteladdress/entity/HotelAddress.java | 4 + .../hotelbalancelog/entity/HotelBalanceLog.java | 3 + .../modules/hotelbanner/entity/HotelBanner.java | 5 +- .../hotelcategory/entity/HotelCategory.java | 7 +- .../entity/HotelCategoryItem.java | 3 + .../hotelleaselog/entity/HotelLeaseLog.java | 3 + .../entity/HotelMemberAccount.java | 3 + .../modules/hotelnotice/entity/HotelNotice.java | 3 + .../modules/hotelorder/entity/HotelOrder.java | 8 +- .../hotelorderlog/entity/HotelOrderLog.java | 3 + .../jeecg/modules/hotelshop/entity/HotelShop.java | 9 +- .../hotelshoppingcat/entity/HotelShoppingCat.java | 1 + .../target/jeecg-boot-base-core-3.2.0.jar | Bin 502296 -> 502448 bytes .../compile/default-compile/createdFiles.lst | 6 + .../jeecg-boot-base-tools.iml | 109 ------- .../target/jeecg-boot-base-tools-3.2.0.jar | Bin 29159 -> 29159 bytes jeecg-boot-base/jeecg-boot-base.iml | 62 ---- .../jeecg-boot-module-system.iml | 345 --------------------- .../xcx/order/service/impl/OrderServiceImpl.java | 2 + 47 files changed, 173 insertions(+), 1976 deletions(-) delete mode 100644 han-hai-module-pay/han-hai-module-pay.iml delete mode 100644 han-hai-parent.iml delete mode 100644 jeecg-boot-base/jeecg-boot-base-api/jeecg-boot-base-api.iml delete mode 100644 jeecg-boot-base/jeecg-boot-base-api/jeecg-system-cloud-api/jeecg-system-cloud-api.iml delete mode 100644 jeecg-boot-base/jeecg-boot-base-api/jeecg-system-local-api/jeecg-system-local-api.iml delete mode 100644 jeecg-boot-base/jeecg-boot-base-core/jeecg-boot-base-core.iml delete mode 100644 jeecg-boot-base/jeecg-boot-base-tools/jeecg-boot-base-tools.iml delete mode 100644 jeecg-boot-base/jeecg-boot-base.iml delete mode 100644 jeecg-boot-module-system/jeecg-boot-module-system.iml diff --git a/admin-hanhai-vue/.env b/admin-hanhai-vue/.env index adcac54..9b8ff66 100644 --- a/admin-hanhai-vue/.env +++ b/admin-hanhai-vue/.env @@ -1,5 +1,5 @@ NODE_ENV=production -VUE_APP_PLATFORM_NAME=冠尚彤语言训练系统 +VUE_APP_PLATFORM_NAME=布周到管理系统 # 开启单点登录 VUE_APP_SSO=false # 开启微应用模式 diff --git a/admin-hanhai-vue/.env.development b/admin-hanhai-vue/.env.development index ee846cf..7e8bf61 100644 --- a/admin-hanhai-vue/.env.development +++ b/admin-hanhai-vue/.env.development @@ -1,5 +1,5 @@ NODE_ENV=development -VUE_APP_API_BASE_URL=http://localhost:8081/hotel/ +VUE_APP_API_BASE_URL=https://hotel.java996.icu/hotel/ VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview diff --git a/admin-hanhai-vue/public/index.html b/admin-hanhai-vue/public/index.html index cdbae4a..544b395 100644 --- a/admin-hanhai-vue/public/index.html +++ b/admin-hanhai-vue/public/index.html @@ -5,7 +5,7 @@ - 冠尚彤语言训练系统 + 布周到管理系统