From b4255c017ea11fbbe3b9a9993d050c9f57496492 Mon Sep 17 00:00:00 2001 From: ieaii <1069385070@qq.com> Date: Fri, 18 Oct 2024 00:52:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin-hanhai-vue/.env | 2 +- admin-hanhai-vue/public/index.html | 4 +- .../src/components/layouts/TabLayout.vue | 2 +- .../src/components/layouts/UserLayout.vue | 4 +- .../src/components/page/GlobalHeader.vue | 4 +- admin-hanhai-vue/src/components/tools/Logo.vue | 2 +- .../src/views/system/ReplaceOrderList.vue | 11 ++ .../src/views/system/WashOrderList.vue | 1 + .../target/jeecg-system-cloud-api-3.2.0.jar | Bin 9792 -> 9792 bytes .../java/org/jeecg/config/shiro/ShiroConfig.java | 1 + .../org/jeecg/config/shiro/ShiroConfig.class | Bin 11632 -> 11665 bytes .../target/jeecg-boot-base-core-3.2.0.jar | Bin 566592 -> 566615 bytes .../xcx/conf/service/impl/ConfServiceImpl.java | 7 ++ .../modules/xcx/order/req/CreateOrderReq.java | 1 + .../modules/xcx/order/req/UploadTableclothReq.java | 2 + .../xcx/order/service/impl/OrderServiceImpl.java | 112 +++++++++++++++++++-- .../src/main/resources/application-dev.yml | 4 +- 17 files changed, 136 insertions(+), 21 deletions(-) diff --git a/admin-hanhai-vue/.env b/admin-hanhai-vue/.env index 9b8ff66..854cd24 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/public/index.html b/admin-hanhai-vue/public/index.html index 544b395..6bfb946 100644 --- a/admin-hanhai-vue/public/index.html +++ b/admin-hanhai-vue/public/index.html @@ -5,7 +5,7 @@ -