Toggle navigation
Toggle navigation
This project
Loading...
Sign in
runsa
/
crm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jun
2016-09-07 16:19:53 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d65b33a5e71eb419ccc8f86d64cb0330ac6987e0
d65b33a5
1 parent
37b0576f
修改平台选择的cookie位置
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
portal/portal.web/src/main/webapp/WEB-INF/views/platform.jsp
portal/portal.web/src/main/webapp/WEB-INF/views/platform.jsp
View file @
d65b33a
...
...
@@ -11,7 +11,7 @@
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./css/default/runsa.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"./css/default/portal.css"
>
<script
type=
"text/javascript"
src=
"./js/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"./js/jquery.cookie.js"
></script>
<script
type=
"text/javascript"
src=
"./js/
third/jquery/
jquery.cookie.js"
></script>
<script
type=
"text/javascript"
>
$
.
cookie
(
'rs-token'
,
'${token}'
);
</script>
</head>
<body
class=
"rs-body"
>
...
...
Please
register
or
login
to post a comment