Explorar el Código

fix(bugs): 写死数据

tangning hace 3 años
padre
commit
281a46bb42
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/sys/login/LoginForm.vue

+ 2 - 2
src/views/sys/login/LoginForm.vue

@@ -147,8 +147,8 @@
   const isDragValidate = ref(false);
 
   const formData = reactive({
-    account: '17324327132',
-    password: 'zfb123456',
+    account: '',
+    password: '',
     // password: encodeStr(window.btoa('zfb123456')),
     // captcha: '',
   });