|
@@ -111,7 +111,7 @@ onMounted(() => {
|
|
|
|
|
|
const { t } = useI18n()
|
|
const { t } = useI18n()
|
|
const router = useRouter()
|
|
const router = useRouter()
|
|
-const tab = ref(2)
|
|
|
|
|
|
+const tab = ref(2) // 密码登录
|
|
const tab1 = ref(1)
|
|
const tab1 = ref(1)
|
|
const isAgree = ref(false)
|
|
const isAgree = ref(false)
|
|
const isEnterpriseLogin = ref(route.query?.entLogin || false)
|
|
const isEnterpriseLogin = ref(route.query?.entLogin || false)
|