feat: midjourney drawing image function is ready

This commit is contained in:
RockYang
2023-08-14 17:59:21 +08:00
parent 373370fde5
commit 6c76086916
13 changed files with 357 additions and 30 deletions

View File

@@ -65,7 +65,7 @@ const login = function () {
if (username.value === '') {
return ElMessage.error('请输入用户名');
}
if (password.value.trim() === '') {
if (password.value === '') {
return ElMessage.error('请输入密码');
}