From 77ec4c2a6f2a39968ad947cb731a99afe2bac611 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 10 四月 2025 14:52:41 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject

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

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

--
Gitblit v1.8.0