From 7be0a47dcbd5697a9e150bc3a94b65f29e006dad Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期四, 01 八月 2024 16:24:47 +0800
Subject: [PATCH] #
---
zy-asrs-admin/src/config.js | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/zy-asrs-admin/src/config.js b/zy-asrs-admin/src/config.js
index 6051ddd..791414c 100644
--- a/zy-asrs-admin/src/config.js
+++ b/zy-asrs-admin/src/config.js
@@ -4,8 +4,17 @@
url: 'http://127.0.0.1:8081/wms',
token: '',
user: null,
- locale: 'zhCN',
+ locale: 'zhCN', // 榛樿璇█
currentHost: null,
+ localeList: {//璇█鍒楄〃
+ 'zhCN': {
+ desc: '绠�浣撲腑鏂�'
+ },
+ 'enUS': {
+ desc: 'English'
+ }
+ },
+ localeData: {}
});
export const logout = () => {
@@ -14,5 +23,4 @@
globalState.currentHost = null;
localStorage.removeItem('token')
localStorage.removeItem('user')
-
}
\ No newline at end of file
--
Gitblit v1.9.1