Merge branch 'dev' of https://git.zdool.com/xs/dhjk into dev

This commit is contained in:
陈鹏鹏 2023-09-27 15:37:35 +08:00
commit fe0f6e1d7f
1 changed files with 5 additions and 5 deletions

View File

@ -12,12 +12,12 @@
<div class="form">
<h2 class="form_title">欢迎登录</h2>
<div class="form_tab">
<span @click="tabLogin = false" :class="[tabLogin ? '' : 'on']"
<!-- <span @click="tabLogin = false" :class="[tabLogin ? '' : 'on']"
>扫码登录</span
>
<span @click="tabLogin = true" :class="[tabLogin ? 'on' : '']"
> -->
<!-- <span @click="tabLogin = true" :class="[tabLogin ? 'on' : '']"
>密码登录</span
>
> -->
</div>
<div v-show="tabLogin">
<el-form
@ -457,7 +457,7 @@ const loginListener = () => {
}
};
const tabLogin = ref(false);
const tabLogin = ref(true);
</script>
<style lang="scss" scoped>