chore: set default login account
This commit is contained in:
parent
54e595595d
commit
596932427d
@ -6,8 +6,8 @@ import { t } from '/admin/support/helper'
|
||||
|
||||
export const useLogin = () => {
|
||||
const params = reactive({
|
||||
email: '',
|
||||
password: '',
|
||||
email: 'catch@admin.com',
|
||||
password: 'catchadmin',
|
||||
remember: false,
|
||||
})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user