Browse Source

取消默认用户名密码

wanggaokun 1 year ago
parent
commit
9be4fc48e6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      PHM-web/src/views/login.vue

+ 2 - 2
PHM-web/src/views/login.vue

@@ -72,8 +72,8 @@ export default {
     return {
       codeUrl: "",
       loginForm: {
-        username: "admin",
-        password: "phmadmin123",
+        username: "",
+        password: "",
         rememberMe: false,
         code: "",
         uuid: ""