Commit df1ed97b authored by limengyang's avatar limengyang

fix: 隐藏掉验证码登录页签

parent db101eba
......@@ -105,7 +105,7 @@
const tabList = [
{ name: '密码登录', value: 1 },
{ name: '验证码登录', value: 2 },
// { name: '验证码登录', value: 2 },
];
const activeKey = ref(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment