Commit 3eee07cc 3eee07cc6c3544d027d667313bce4076db6a1210 by 杨俊

feat(master): init

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