Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
PaoPao
/
adminWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
3eee07cc
...
3eee07cc6c3544d027d667313bce4076db6a1210
authored
2024-05-27 14:22:25 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(master): init
1 parent
8514204c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/login/components/email-form.vue
src/views/login/components/email-form.vue
View file @
3eee07c
...
...
@@ -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'
:
''
,
});
...
...
Please
register
or
sign in
to post a comment