From 43d86830f4696c3ba2250a961d26377e1ff6cc32 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期三, 17 十二月 2025 10:39:43 +0800
Subject: [PATCH] 1、 查询是否除膜优化

---
 UI-Project/src/lang/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/UI-Project/src/lang/index.js b/UI-Project/src/lang/index.js
index 2a371f6..19c4dc3 100644
--- a/UI-Project/src/lang/index.js
+++ b/UI-Project/src/lang/index.js
@@ -1,10 +1,14 @@
 
 import { createI18n}  from 'vue-i18n'
 import zh from "./zh"
+import py from "./py"
+import kr from "./kr"
 import en from "./en"
 
 let messages = {
     zh:zh,
+    py:py,
+    kr:kr,
     en: en
 }
 

--
Gitblit v1.8.0