1
huangxiaoqiang
10 天以前 787cc88bd5655c701299f24a5779a908e51eeb0d
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
    });