Browse Source

修改登录

李文 4 years ago
parent
commit
39996cf1c5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/pages/login.vue

+ 2 - 2
src/views/pages/login.vue

@@ -60,8 +60,8 @@ export default {
       i18nMessages: messages,
       captchaPath: '',
       dataForm: {
-        username: 'testuser',
-        password: 'Lz!1234567'
+        username: '',
+        password: ''
         // uuid: '',
         // captcha: ''
       }