Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨建斌
/
page
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
edfffcb8
authored
2018-04-10 21:48:14 +0800
by
Zelig
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
删除多余代码
1 parent
d671b463
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
application/views/common/footer.php
application/views/common/footer.php
View file @
edfffcb
...
...
@@ -222,20 +222,3 @@
table
.
fnDraw
();
}
</script>
<script
type=
"application/javascript"
>
// 这部分代码要放到登录操作完成后立即执行
$
.
ajax
({
type
:
'get'
,
url
:
apiBaseUrl
+
'system/user/loginUser'
,
cache
:
false
,
dataType
:
'json'
,
contentType
:
"application/json; charset=UTF-8"
,
success
:
function
(
data
){
Cookies
.
set
(
'login_user'
,
data
.
data
);
},
error
:
function
(){
layer
.
alert
(
"操作失败"
)
}
})
</script>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment