huangxiaoqiang
2025-05-10 a982b8c9f5922684216cbc307a8507a627dde8d0
Code Management/WMS/WIDESEA_WMSClient/src/views/Login.vue
@@ -101,8 +101,8 @@
    const loading = ref(false);
    const codeImgSrc = ref('');
    const userInfo = reactive({
      userName: 'admin',
      password: '123456',
      userName: '',
      password: '',
      verificationCode: '1234',
      UUID: undefined
    });