From 1f3ee012d7ba1c26b8a4b3df338163963dc6fa27 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Wed, 22 May 2024 16:30:52 +0800
Subject: [PATCH] site/getInfo.do 不提示错误信息

---
 src/locales/index.js |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/src/locales/index.js b/src/locales/index.js
index 7e608cb..ea7aa1d 100644
--- a/src/locales/index.js
+++ b/src/locales/index.js
@@ -1,12 +1,11 @@
 import Vue from "vue";
 import VueI18n from "vue-i18n";
-import en from "./en.js";
-// import en from "./zh.js";
-import india from "@/locales/india";
-import tw from "@/locales/tw";
-import ty from "@/locales/taiyu.js";
-import ry from "@/locales/riyu.js";
-import hy from "@/locales/hanyu.js";
+import en from "./en.json";
+import india from "@/locales/india.json";
+import tw from "@/locales/tw.json";
+import ty from "@/locales/taiyu.json";
+import ry from "@/locales/riyu.json";
+import hy from "@/locales/hanyu.json";
 
 Vue.use(VueI18n);
 

--
Gitblit v1.9.3