Admin
3 天以前 bd6818fc9d40f343547bafca0743658f3c0379dc
项目代码/WMS/WIDESEA_WMSClient/src/views/Login.vue
@@ -94,9 +94,9 @@
    const loading = ref(false);
    const codeImgSrc = ref("");
    const userInfo = reactive({
      userName: "",
      password: "",
      verificationCode: "",
      userName: "admin2",
      password: "123456",
      verificationCode: "1234",
      UUID: undefined,
      checked:true,
    });