1
hutongqing
2025-01-15 c1dabdd0e0a41e7b2b6c5f1b2b9d095debe15c49
代码管理/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,
    });