Compare commits

...

2 Commits

Author SHA1 Message Date
zhonghua
7e96b80a38 Merge branch 'master' of http://8.148.151.56:3000/tonytech/kindergarten_java 2026-03-16 15:28:49 +08:00
zhonghua
1f6bd41b64 删除自动化一键登录按钮 2026-03-16 15:28:45 +08:00

View File

@ -71,17 +71,6 @@
登录
</a-button>
</a-form-item>
<a-form-item>
<a-button
size="large"
block
class="quick-test-btn"
@click="handleQuickTest"
>
一键测试{{ currentRoleLabel }}账号
</a-button>
</a-form-item>
</a-form>
<!-- 测试账号 -->
@ -143,11 +132,6 @@ const formState = reactive({
const loading = ref(false);
const currentRoleLabel = computed(() => {
const found = roles.find(r => r.value === formState.role);
return found ? found.label : '';
});
const selectRole = (role: string) => {
formState.role = role;
};
@ -407,13 +391,6 @@ $bg-cream: #FEFEFE;
transform: translateY(0);
}
}
.quick-test-btn {
height: 44px;
border-radius: 12px;
font-size: 14px;
margin-top: 4px;
}
}
// -