Commit 3eee07cc 3eee07cc6c3544d027d667313bce4076db6a1210 by 杨俊

feat(master): init

1 parent 8514204c
......@@ -24,7 +24,7 @@
import { AttributeData } from '@/types/global';
const userInfo = ref({
email: import.meta.env.VITE_SHOW_LOGIN_ACCOUNT ? '1774507011@qq.com' : '',
email: import.meta.env.VITE_SHOW_LOGIN_ACCOUNT ? 'admin@qq.com' : '',
password: import.meta.env.VITE_SHOW_LOGIN_ACCOUNT ? '112358ys' : '',
});
......