yanjinhui
2025-11-10 66b5cfcc76775db8800f86ae7e5824c29d239010
н¨Îļþ¼Ð/WMS/src/views/Login.vue
@@ -141,6 +141,10 @@
      if (!userInfo.verificationCode) {
        return $message.error("请输入验证码");
      }
      // æ·»åŠ éªŒè¯ç å›ºå®šå€¼æ£€æŸ¥
  if (userInfo.verificationCode !== "1234") {
    return $message.error("验证码错误,请输入正确的验证码");
  }
      loading.value = true;
      http.post("/api/User/login", userInfo, "正在登录....").then((result) => {
        if (!result.status) {