refactor: default email and password
This commit is contained in:
@@ -48,8 +48,8 @@ export default {
|
||||
|
||||
// 用户登录
|
||||
const formData = reactive({
|
||||
email: '',
|
||||
password: '',
|
||||
email: '1655064994@qq.com',
|
||||
password: '1655064994',
|
||||
remember: true,
|
||||
});
|
||||
const onLogin = () => {
|
||||
|
||||
Reference in New Issue
Block a user