zy-asrs-admin/src/main.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
zy-asrs-admin/src/views/IndexView.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
zy-asrs-admin/src/main.js
@@ -17,9 +17,11 @@ let locale = localStorage.getItem('locale') globalState.token = token; globalState.user = user; if(locale != null) { globalState.locale = locale; } } } const boot = async () => { await initToken(); zy-asrs-admin/src/views/IndexView.vue
@@ -249,7 +249,7 @@ <a-dropdown> <div> <TranslationOutlined /> {{ globalState.localeList[globalState.locale].desc }} {{ globalState.localeList[globalState.locale]?.desc }} </div> <template #overlay> <a-menu>