feat(master): init
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment