From cae892f7fa165fadbf0c4e8928846f715cda7a88 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期三, 23 三月 2022 18:29:30 +0800
Subject: [PATCH] 增加介绍文档

---
 src/components/Login.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Login.vue b/src/components/Login.vue
index cd43fda..85a72a8 100644
--- a/src/components/Login.vue
+++ b/src/components/Login.vue
@@ -32,8 +32,8 @@
     return {
       // 杩欐槸鐧诲綍琛ㄥ崟鐨勬暟鎹粦瀹氬璞�
       loginForm: {
-        username: 'rendong',
-        password: '123456'
+        username: '',
+        password: ''
       },
     }
   },

--
Gitblit v1.8.0