Browse Source

去除默认密码

Hwf 3 months ago
parent
commit
9669740095
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/login.vue

+ 2 - 2
src/views/login.vue

@@ -78,8 +78,8 @@ const tabActive = ref(0);
 const tabs = reactive(['账号密码登录', '粤政易登录']);
 const loginForm = ref<LoginData>({
   tenantId: '000000',
-  username: 'admin',
-  password: 'admin123',
+  username: '',
+  password: '',
   rememberMe: false,
   code: '',
   uuid: ''