chao 10 tháng trước cách đây
mục cha
commit
67f7f8c5c5
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/App.vue

+ 3 - 3
src/App.vue

@@ -11,7 +11,7 @@ const route = useRoute()
 const store = userInfoStore()
 const CurrentRole = userCurrentRole()
 const name = ref('')
-const isShow = ref(false)
+const isShow = ref(true)
 const setTimeState = ref(null)
 
 onMounted(() => {
@@ -39,11 +39,11 @@ onMounted(() => {
           }
         })
       } else {
-        // linkLogin()
+        linkLogin()
       }
     })
   } else {
-    // linkLogin()
+    linkLogin()
   }
 })