|
@@ -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()
|
|
|
}
|
|
|
})
|
|
|
|