From 35081d417369dece26c4e076e949fcfb0704c068 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 16 十月 2024 08:13:02 +0800
Subject: [PATCH] Merge branch 'hangzhou_master' of http://10.153.19.25:10101/r/HangZhouMes into hangzhou_master

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

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

--
Gitblit v1.8.0