wankeda
2025-04-14 0ea4a390d09679425cf3ad217a38a9e717641c95
代码管理/WMS/WIDESEA_WMSClient/src/views/Login.vue
@@ -95,8 +95,8 @@
    const loading = ref(false);
    const codeImgSrc = ref('');
    const userInfo = reactive({
      userName: 'admin',
      password: '123456',
      userName: '',
      password: '',
      verificationCode: '1234',
      UUID: undefined
    });