refactor: default email and password

This commit is contained in:
zchengo
2022-12-02 22:02:03 +08:00
parent a58ccd18a8
commit a31dbe7889
+2 -2
View File
@@ -48,8 +48,8 @@ export default {
// 用户登录
const formData = reactive({
email: '',
password: '',
email: '1655064994@qq.com',
password: '1655064994',
remember: true,
});
const onLogin = () => {