This commit is contained in:
zhaoyz 2024-04-12 09:04:49 +08:00
parent 8656cef2a4
commit 52cfad077e
2 changed files with 0 additions and 3 deletions

View File

@ -109,7 +109,6 @@ export default defineComponent({
eText: {
type: String,
default: '请正确拼合图像',
},
isShowTip: {
type: Boolean,

View File

@ -323,8 +323,6 @@ const sendCode = () => {
}, 1000);
}
const login = async (type: string) => {
//:
loading.value=true;
const obj = loginParams.value
if (!currentHospital.value) {
ElMessage.warning('请在右上角选择院区')