@@ -83,9 +83,9 @@ watch(() => route?.query?.tabKey, (newVal) => { // newQuery, oldQuery
const handleTabClick = () => {
// 基本信息-获取企业管理员实名认证信息
- if (tab.value === 1) {
- tabRef.value[0].getAuthInfo()
- }
+ // if (tab.value === 1) {
+ // tabRef.value[0].getAuthInfo()
+ // }
// router.push(`${route.path}?tabKey=${tab.value.toString()}`)
}