登录变更
Frontend CI/CD / build (web-office) (push) Failing after 7s Details

This commit is contained in:
z9130 2024-10-25 15:39:10 +08:00
parent b5461a36f9
commit e62246d28b
2 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ export const MOCK_USERS: UserInfo[] = [
{ {
id: 0, id: 0,
password: '123456', password: '123456',
realName: 'Vben', realName: 'SuperAdmin',
roles: ['super'], roles: ['super'],
username: 'vben', username: 'superAdmin',
}, },
{ {
id: 1, id: 1,

View File

@ -58,7 +58,7 @@ const formSchema = computed((): VbenFormSchema[] => {
if (findUser) { if (findUser) {
form.setValues({ form.setValues({
password: '123456', password: '123456',
username: 'vben', username: 'superAdmin',
}); });
} }
} }