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