Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sedu-mobile-v2
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuzhanxin
sedu-mobile-v2
Commits
baa94e96
Commit
baa94e96
authored
Feb 24, 2020
by
cuishuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
login
parent
8a2154ce
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
index.vue
cloudTrain/pages/login/index.vue
+5
-2
app-service.js
cloudTrain/unpackage/dist/dev/app-plus/app-service.js
+0
-0
No files found.
cloudTrain/pages/login/index.vue
View file @
baa94e96
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
this
.
positionTop
=
uni
.
getSystemInfoSync
().
windowHeight
-
100
;
this
.
positionTop
=
uni
.
getSystemInfoSync
().
windowHeight
-
100
;
},
},
invokeServer
(
body
)
{
invokeServer
(
body
)
{
console
.
log
(
util
.
user
)
console
.
log
(
this
.
GLOBALUTIL
.
user
)
var
form
=
[];
var
form
=
[];
for
(
let
i
in
body
){
for
(
let
i
in
body
){
if
(
body
.
hasOwnProperty
(
i
)){
if
(
body
.
hasOwnProperty
(
i
)){
...
@@ -81,9 +81,12 @@
...
@@ -81,9 +81,12 @@
'Content-Type'
:
'application/x-www-form-urlencoded; charset=UTF-8'
,
'Content-Type'
:
'application/x-www-form-urlencoded; charset=UTF-8'
,
},
},
success
:
(
res
)
=>
{
success
:
(
res
)
=>
{
util
.
user
=
res
.
data
.
loginresponse
this
.
GLOBALUTIL
.
user
=
res
.
data
.
loginresponse
console
.
log
(
res
.
data
);
console
.
log
(
res
.
data
);
this
.
text
=
'request success'
;
this
.
text
=
'request success'
;
uni
.
reLaunch
({
url
:
'../Security-Check/index'
,
});
}
}
})
})
},
},
...
...
cloudTrain/unpackage/dist/dev/app-plus/app-service.js
View file @
baa94e96
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