tangning 2 years ago
parent
commit
fd1b497b0c

+ 1 - 0
src/components/Application/src/AppLocalePicker.vue

@@ -60,6 +60,7 @@
   }
 
   function handleMenuEvent(menu: DropMenu) {
+    console.log('handleMenuEvent',menu)
     if (unref(getLocale) === menu.event) {
       return;
     }

+ 1 - 0
src/views/sys/login/Login.vue

@@ -2,6 +2,7 @@
   <div :class="prefixCls" class="relative w-full h-full px-4">
     <AppLocalePicker
       class="absolute text-white top-4 right-4 enter-x xl:text-gray-600"
+      :reload="true"
       :showText="false"
       v-if="!sessionTimeout && showLocale"
     />