浏览代码

fix(bugs): 写死数据

tangning 3 年之前
父节点
当前提交
281a46bb42
共有 1 个文件被更改,包括 2 次插入2 次删除
  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: '',
   });