Quellcode durchsuchen

fix(bugs): 写死数据

tangning vor 3 Jahren
Ursprung
Commit
281a46bb42
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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: '',
   });