Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
c888c4fa
Commit
c888c4fa
authored
Aug 01, 2019
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新justAuth和kernel-core的版本
parent
d605d2e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
10 deletions
+3
-10
guns-base-support/guns-sys/src/main/webapp/assets/common/js/common.js
+1
-1
pom.xml
+2
-9
No files found.
guns-base-support/guns-sys/src/main/webapp/assets/common/js/common.js
View file @
c888c4fa
...
...
@@ -86,7 +86,7 @@ Feng.closeAllLoading = function () {
layer
.
closeAll
(
'loading'
);
};
Feng
.
getClientHeight
=
function
()
{
let
clientHeight
=
0
;
var
clientHeight
=
0
;
if
(
document
.
body
.
clientHeight
&&
document
.
documentElement
.
clientHeight
)
{
clientHeight
=
(
document
.
body
.
clientHeight
<
document
.
documentElement
.
clientHeight
)
?
document
.
body
.
clientHeight
:
document
.
documentElement
.
clientHeight
;
}
else
{
...
...
pom.xml
View file @
c888c4fa
...
...
@@ -41,25 +41,18 @@
<ehcache.core.version>
2.6.11
</ehcache.core.version>
<jwt.version>
0.9.0
</jwt.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>
<dependencyManagement>
<dependencies>
<!-- just auth兼容问题-->
<dependency>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.56
</version>
</dependency>
<!--核心组件-->
<dependency>
<groupId>
cn.stylefeng.roses
</groupId>
<artifactId>
kernel-core
</artifactId>
<version>
1.2.
5
</version>
<version>
1.2.
6
</version>
</dependency>
<!--数据库驱动,可根据自己需要自行删减-->
...
...
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