1
wanshenmean
2026-03-26 0831fc62745a46b056e450395b0366ec168a6e55
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,
    });