Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
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
西魏
cms_sys
Commits
67c3975b
Commit
67c3975b
authored
Mar 25, 2019
by
sunxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改用户信息请求方式
parent
39076a42
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
head.htm
src/main/webapp/templets/1/default/head.htm
+2
-2
No files found.
src/main/webapp/templets/1/default/head.htm
View file @
67c3975b
...
@@ -94,7 +94,7 @@
...
@@ -94,7 +94,7 @@
target
.
isLogin
=
msg
.
result
;
target
.
isLogin
=
msg
.
result
;
if
(
msg
.
result
)
{
if
(
msg
.
result
)
{
$
.
ajax
({
$
.
ajax
({
type
:
"
POS
T"
,
type
:
"
GE
T"
,
url
:
"{ms:global.host/}/people/user/info.do"
,
url
:
"{ms:global.host/}/people/user/info.do"
,
success
:
function
(
msg
)
{
success
:
function
(
msg
)
{
target
.
peopleInfo
=
msg
;
target
.
peopleInfo
=
msg
;
...
@@ -109,7 +109,7 @@
...
@@ -109,7 +109,7 @@
quitLogin
:
function
()
{
quitLogin
:
function
()
{
var
target
=
this
;
var
target
=
this
;
$
.
ajax
({
$
.
ajax
({
type
:
"
POS
T"
,
type
:
"
GE
T"
,
url
:
"{ms:global.host/}/people/quit.do"
,
url
:
"{ms:global.host/}/people/quit.do"
,
success
:
function
(
msg
)
{
success
:
function
(
msg
)
{
if
(
msg
.
result
)
{
if
(
msg
.
result
)
{
...
...
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