From b01723592cc0e6a9702dea57fb176a465c5ee45c Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期四, 23 十月 2025 13:18:34 +0800
Subject: [PATCH] 仓储设备图色块修改,element组件国际化语言添加

---
 hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
index 3870eb2..3126086 100644
--- a/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
+++ b/hangzhoumesParent/moduleService/GlassStorageModule/src/main/resources/application.yml
@@ -9,6 +9,9 @@
   liquibase:
     enabled: false
 
+i18n:
+  message-path: "file:D:/mes/aerjiliya/i18n/messages"
+
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
 #  configuration:

--
Gitblit v1.8.0