1
xiazhengtongxue
4 天以前 25611a36139bbe39f0ede830c589e5d67036111b
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: "QKA02",
      password: "123456",
      verificationCode: "1234",
      UUID: undefined,
    });