11
huangxiaoqiang
2025-04-07 40ed23083b660473152994e55363f823a6adcac0
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
    });