huanghongfeng
3 天以前 b7f53ba61fbc1844d7b92ff852762b140d46ab54
代码管理/WCS/WIDESEAWCS_Client/src/views/Login.vue
@@ -95,9 +95,9 @@
    const loading = ref(false);
    const codeImgSrc = ref('');
    const userInfo = reactive({
      userName: 'admin',
      password: '123456',
      verificationCode: '1234',
      userName: '',
      password: '',
      verificationCode: '',
      UUID: undefined
    });