Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-login
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-login
Commits
9f21961c
Commit
9f21961c
authored
Dec 15, 2021
by
zhoulimin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up
parent
08e21df3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/pages/login.vue
src/pages/login.vue
+0
-3
No files found.
src/pages/login.vue
View file @
9f21961c
...
...
@@ -573,7 +573,6 @@ export default {
self
.
$refs
[
"
yzms
"
].
validate
((
volid_yzm
)
=>
{
if
(
volid_yzm
)
{
console
.
log
(
2
);
self
.
submitLoginForm
();
}
else
{
// self.$message({
...
...
@@ -588,7 +587,6 @@ export default {
},
// 提交登录表单
submitLoginForm
()
{
console
.
log
();
let
self
=
this
;
var
psw
=
CryptoJS
.
AES
.
encrypt
(
this
.
form
.
password
,
...
...
@@ -632,7 +630,6 @@ export default {
});
},
login_remember_info
()
{
console
.
log
(
1111
);
if
(
this
.
checked
)
{
setCookie
(
this
.
form
.
userid
,
this
.
form
.
password
,
7
);
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment