From c823892f961b266199731ddd365d2dd4af4bf382 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 03 十二月 2024 08:50:27 +0800
Subject: [PATCH] 1、中空线初步版本,待优化 2、fixbug 钢化后摆片顺序错乱
---
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