feat(login): 修改默认登录方式为扫码登录

- 将登录页面的默认登录类型从短信登录改为扫码登录
- 移除了开发环境中的 API 地址配置注释
- 删除了系统演示页面的测试代码
This commit is contained in:
2025-10-18 11:44:42 +08:00
parent 1763b6910c
commit 98e9f51b52
8 changed files with 2 additions and 25 deletions

View File

@@ -296,7 +296,7 @@ const direction = ref(0);
// 加载状态
const loading = ref(false);
// 是否显示tenantId填写输入框
const loginType = ref('sms');
const loginType = ref('scan');
const config = ref<Config>();
// 配置信息
const {form} = useFormData<User>({