wanshenmean
2026-03-31 61a7d9eb8c0bb672fdd3a0da2b7f48dc8cfef389
Code/WMS/WIDESEA_WMSClient/src/views/Login.vue
@@ -117,9 +117,9 @@
    const loading = ref(false);
    const codeImgSrc = ref("");
    const userInfo = reactive({
      userName: "",
      password: "",
      verificationCode: "",
      userName: "admin",
      password: "123456",
      verificationCode: "1234",
      UUID: undefined,
    });