Commit c888c4fa by fengshuonan

更新justAuth和kernel-core的版本

parent d605d2e6
...@@ -86,7 +86,7 @@ Feng.closeAllLoading = function () { ...@@ -86,7 +86,7 @@ Feng.closeAllLoading = function () {
layer.closeAll('loading'); layer.closeAll('loading');
}; };
Feng.getClientHeight = function () { Feng.getClientHeight = function () {
let clientHeight = 0; var clientHeight = 0;
if (document.body.clientHeight && document.documentElement.clientHeight) { if (document.body.clientHeight && document.documentElement.clientHeight) {
clientHeight = (document.body.clientHeight < document.documentElement.clientHeight) ? document.body.clientHeight : document.documentElement.clientHeight; clientHeight = (document.body.clientHeight < document.documentElement.clientHeight) ? document.body.clientHeight : document.documentElement.clientHeight;
} else { } else {
......
...@@ -41,25 +41,18 @@ ...@@ -41,25 +41,18 @@
<ehcache.core.version>2.6.11</ehcache.core.version> <ehcache.core.version>2.6.11</ehcache.core.version>
<jwt.version>0.9.0</jwt.version> <jwt.version>0.9.0</jwt.version>
<oshi.version>3.9.1</oshi.version> <oshi.version>3.9.1</oshi.version>
<just.auth.version>1.8.1</just.auth.version> <just.auth.version>1.9.5</just.auth.version>
</properties> </properties>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<!-- just auth兼容问题-->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.56</version>
</dependency>
<!--核心组件--> <!--核心组件-->
<dependency> <dependency>
<groupId>cn.stylefeng.roses</groupId> <groupId>cn.stylefeng.roses</groupId>
<artifactId>kernel-core</artifactId> <artifactId>kernel-core</artifactId>
<version>1.2.5</version> <version>1.2.6</version>
</dependency> </dependency>
<!--数据库驱动,可根据自己需要自行删减--> <!--数据库驱动,可根据自己需要自行删减-->
......
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