Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
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
platform
hg-smart
Commits
c395f61f
Commit
c395f61f
authored
Sep 11, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.调整登录页
parent
5e9831a6
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2 additions
and
3 deletions
+2
-3
hpjx-logo.png
src/main/resources/META-INF/resources/hpjx-logo.png
+0
-0
iPlatV7-login.js
src/main/resources/META-INF/resources/iPlatV7-login.js
+0
-0
iPlatV7-login.jsp
src/main/resources/META-INF/resources/iPlatV7-login.jsp
+1
-1
index.jsp
src/main/resources/META-INF/resources/index.jsp
+0
-0
login.jsp
src/main/resources/META-INF/resources/login.jsp
+1
-2
No files found.
src/main/resources/META-INF/resources/hpjx-logo.png
deleted
100644 → 0
View file @
5e9831a6
5.43 KB
src/main/resources/META-INF/resources/iPlatV
6
-login.js
→
src/main/resources/META-INF/resources/iPlatV
7
-login.js
View file @
c395f61f
File moved
src/main/resources/META-INF/resources/iPlatV
6
-login.jsp
→
src/main/resources/META-INF/resources/iPlatV
7
-login.jsp
View file @
c395f61f
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
<script src="${iPlatStaticURL}/iplatui/assets/js/polyfills/iplat.ui.ie8.polyfills.min.js"></script>
<script src="${iPlatStaticURL}/iplatui/assets/js/polyfills/iplat.ui.ie8.polyfills.min.js"></script>
<![endif]-->
<![endif]-->
<script
src=
"${iPlatStaticURL}/iPlatV
6
-login.js"
></script>
<script
src=
"${iPlatStaticURL}/iPlatV
7
-login.js"
></script>
<
%
--
引入
RSA
加密
js--
%
>
<
%
--
引入
RSA
加密
js--
%
>
<script
src=
"${iPlatStaticURL}/iplatui/js/jsencrypt.js"
></script>
<script
src=
"${iPlatStaticURL}/iplatui/js/jsencrypt.js"
></script>
<
%
<
%
...
...
src/main/
webapp
/index.jsp
→
src/main/
resources/META-INF/resources
/index.jsp
View file @
c395f61f
File moved
src/main/resources/META-INF/resources/login.jsp
View file @
c395f61f
...
@@ -98,8 +98,7 @@
...
@@ -98,8 +98,7 @@
} else {
} else {
//以正常方式进入登录首页
//以正常方式进入登录首页
// rd = request.getRequestDispatcher("iplat-v6-login.jsp");
rd = request.getRequestDispatcher("iPlatV7-login.jsp");
rd = request.getRequestDispatcher("iPlatV6-login.jsp");
try {
try {
rd.forward(request, response);
rd.forward(request, response);
} catch (ServletException e1) {
} catch (ServletException e1) {
...
...
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