Skip to content

Commit

Permalink
fix: 修复 cookie 设置问题
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Sep 8, 2023
1 parent f1b2b2d commit 642e570
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ const submitForm = async (formEl) => {
return
}
alert(formData.key)
if (StrUtil.isEmptyString(formData.key)) {
ElMessage.error("平台key不能为空,请排查。如有问题,请联系作者")
return
Expand Down

0 comments on commit 642e570

Please sign in to comment.