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