Browse Source

删除开发时使用的默认密码

wang_xy 2 years ago
parent
commit
939e690185
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/system/login.vue

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

@@ -75,8 +75,8 @@
         },
 				codeUrl: '',
 				loginForm: {
-					username: 'admin',
-					password: 'admin123',
+					username: '',
+					password: '',
 					rememberMe: false,
 					code: '',
 					uuid: ''