Compare commits

...

2 Commits

Author SHA1 Message Date
12c926b103 Merge pull request '修改登录默认账号' (#120) from sjy-three into master
All checks were successful
continuous-integration/drone Build is passing
Reviewed-on: #120
2024-11-13 13:25:35 +08:00
569cbad572 修改登录默认账号 2024-11-13 12:07:05 +08:00

View File

@ -184,9 +184,9 @@ const loginData = reactive({
captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE, captchaEnable: import.meta.env.VITE_APP_CAPTCHA_ENABLE,
tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE, tenantEnable: import.meta.env.VITE_APP_TENANT_ENABLE,
loginForm: { loginForm: {
tenantName: '雲頂玖號', tenantName: '众悦e家',
username: 'ydadmin', username: 'admin',
password: '123456', password: 'admin123',
captchaVerification: '', captchaVerification: '',
rememberMe: true // rememberMe: true //
} }
@ -351,4 +351,4 @@ onMounted(() => {
cursor: pointer; cursor: pointer;
} }
} }
</style> </style>