1
helongyang
2025-06-12 25cb7cd50d12f48e93d6cde47420ca3458e9c47a
代码管理/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,
    });