Handy_Cao 1 rok pred
rodič
commit
029751213c

+ 1 - 1
src/packages/pc/components/layouts/header/index.vue

@@ -68,7 +68,7 @@ const fullScreen = ref(false)
 const { t } = i18n.global
 
 const changeLuanguage = () => {
-    ElMessageBox.confirm('切换语言更改需要重新登录才生效', t('common.tips'), { confirmButtonText: t('common.ikonw') }).then(() => {
+    ElMessageBox.confirm('切换语言更改需要重新登录才生效!', t('common.tips'), { confirmButtonText: t('common.ikonw') }).then(() => {
         if (i18n.global.locale === 'zh-CN') {
             i18n.global.locale = 'en-US'
         } else {