Commit 3d20e7ee by luoxin1

修改

parents dc76be73 fff8f83f
...@@ -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>
......
...@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment