Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
syzy_se
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
管理员
syzy_se
Commits
3d20e7ee
Commit
3d20e7ee
authored
May 21, 2024
by
luoxin1
Browse files
Options
Browse Files
Download
Plain Diff
修改
parents
dc76be73
fff8f83f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pom.xml
pom.xml
+2
-2
login.html
src/main/resources/templates/login.html
+1
-1
No files found.
pom.xml
View file @
3d20e7ee
...
@@ -38,13 +38,13 @@
...
@@ -38,13 +38,13 @@
<artifactId>
spring-cloud-starter-netflix-eureka-client
</artifactId>
<artifactId>
spring-cloud-starter-netflix-eureka-client
</artifactId>
<version>
2.0.0.M8
</version>
<version>
2.0.0.M8
</version>
</dependency>
</dependency>
<!-- axis -->
<!-- axis -->
<dependency>
<dependency>
<groupId>
org.apache.axis
</groupId>
<groupId>
org.apache.axis
</groupId>
<artifactId>
axis
</artifactId>
<artifactId>
axis
</artifactId>
<version>
1.4
</version>
<version>
1.4
</version>
</dependency>
</dependency>
<!-- https://mvnrepository.com/artifact/wsdl4j/wsdl4j -->
<!-- https://mvnrepository.com/artifact/wsdl4j/wsdl4j -->
<dependency>
<dependency>
<groupId>
wsdl4j
</groupId>
<groupId>
wsdl4j
</groupId>
<artifactId>
wsdl4j
</artifactId>
<artifactId>
wsdl4j
</artifactId>
...
...
src/main/resources/templates/login.html
View file @
3d20e7ee
...
@@ -245,7 +245,7 @@
...
@@ -245,7 +245,7 @@
//回调ca GetCertEntity方法,并回调getuser方法
//回调ca GetCertEntity方法,并回调getuser方法
GetCertEntity
(
strServerCert
,
getUser
);
GetCertEntity
(
strServerCert
,
getUser
);
}
}
function
severLogin
(
forceLogin
){
function
severLogin
(
forceLogin
){
alert
(
forceLogin
);
if
(
check
()){
if
(
check
()){
var
loginname
=
$
(
"#loginname"
).
val
();
var
loginname
=
$
(
"#loginname"
).
val
();
...
...
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