Browse Source

Merge branch 'dev/shenliang' of http://8.152.4.3:3000/yp_web/huasheng-erp-order-system-admin

Huanyi 2 days ago
parent
commit
4520552203
2 changed files with 2 additions and 2 deletions
  1. BIN
      dist.zip
  2. 2 2
      src/views/login.vue

BIN
dist.zip


+ 2 - 2
src/views/login.vue

@@ -84,8 +84,8 @@ const { t } = useI18n();
 
 const loginForm = ref<LoginData>({
   tenantId: '000000',
-  username: 'admin',
-  password: 'admin123',
+  username: '',
+  password: '',
   rememberMe: false,
   code: '',
   uuid: ''