Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
67c3975b
Commit
67c3975b
authored
Mar 25, 2019
by
sunxin
Browse files
修改用户信息请求方式
parent
39076a42
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/templets/1/default/head.htm
View file @
67c3975b
...
...
@@ -94,7 +94,7 @@
target
.
isLogin
=
msg
.
result
;
if
(
msg
.
result
)
{
$
.
ajax
({
type
:
"
POS
T
"
,
type
:
"
GE
T
"
,
url
:
"
{ms:global.host/}/people/user/info.do
"
,
success
:
function
(
msg
)
{
target
.
peopleInfo
=
msg
;
...
...
@@ -109,7 +109,7 @@
quitLogin
:
function
()
{
var
target
=
this
;
$
.
ajax
({
type
:
"
POS
T
"
,
type
:
"
GE
T
"
,
url
:
"
{ms:global.host/}/people/quit.do
"
,
success
:
function
(
msg
)
{
if
(
msg
.
result
)
{
...
...
Write
Preview
Supports
Markdown
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