Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
b1eac862
Commit
b1eac862
authored
Mar 05, 2020
by
吴学德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去掉手机验证码
parent
b66ea6c7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
2 deletions
+0
-2
src/components/tools/UserPassword.vue
+0
-1
src/views/user/Login.vue
+0
-1
yarn.lock
+0
-0
No files found.
src/components/tools/UserPassword.vue
View file @
b1eac862
...
...
@@ -134,7 +134,6 @@
that
.
confirmLoading
=
true
;
values
.
oldPwd
=
encodeURIComponent
(
this
.
getPass
(
values
.
oldPwd
))
values
.
newPwd
=
encodeURIComponent
(
this
.
getPass
(
values
.
newPwd
))
values
.
inputCode
=
encodeURIComponent
(
this
.
getPass
(
"XXXXXX"
))
values
.
rePwd
=
values
.
newPwd
let
params
=
Object
.
assign
(
values
)
postAction
(
this
.
url
,
params
).
then
((
res
)
=>
{
...
...
src/views/user/Login.vue
View file @
b1eac862
...
...
@@ -178,7 +178,6 @@ export default {
loginParams
.
username
=
values
.
username
;
loginParams
.
password
=
encodeURIComponent
(
this
.
getPass
(
values
.
password
));
loginParams
.
remember
=
that
.
formLogin
.
remember
;
loginParams
.
phonecode
=
encodeURIComponent
(
this
.
getPass
(
"XXXXXX"
));
//console.log(loginParams);
that
.
Login
(
loginParams
).
then
(()
=>
{
this
.
departConfirm
({});
...
...
yarn.lock
View file @
b1eac862
This diff is collapsed.
Click to expand it.
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