helongyang
2025-07-07 b7796f5e4d6594976ea948905af769eca863f27c
代码管理/WMS/WIDESEA_WMSClient/src/views/Login.vue
@@ -117,9 +117,9 @@
    const loading = ref(false);
    const codeImgSrc = ref("");
    const userInfo = reactive({
      userName: "admin",
      password: "123456",
      verificationCode: "1234",
      userName: "",
      password: "",
      verificationCode: "",
      UUID: undefined,
    });