Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
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
jeecg-boot
Commits
dadf6a78
Commit
dadf6a78
authored
Jun 04, 2020
by
zhangdaiscott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fastjson 新安全漏洞修复解决;
第三方登录bug处理; IE兼容js本地化提高前端加载速度
parent
8a8e92cd
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
LICENSE
+1
-1
ant-design-vue-jeecg/public/cdn/babel-polyfill/polyfill_7_2_5.js
+0
-0
ant-design-vue-jeecg/public/index.html
+1
-1
jeecg-boot/pom.xml
+2
-2
No files found.
LICENSE
View file @
dadf6a78
...
@@ -186,7 +186,7 @@
...
@@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
same "printed page" as the copyright notice for easier
identification within third-party archives.
identification within third-party archives.
Copyright (c) 2019 <a href="http://www.jeecg.
org
">Jeecg Boot</a> All rights reserved.
Copyright (c) 2019 <a href="http://www.jeecg.
com
">Jeecg Boot</a> All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
you may not use this file except in compliance with the License.
...
...
ant-design-vue-jeecg/public/cdn/babel-polyfill/polyfill_7_2_5.js
0 → 100644
View file @
dadf6a78
This source diff could not be displayed because it is too large. You can
view the blob
instead.
ant-design-vue-jeecg/public/index.html
View file @
dadf6a78
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<title>
Jeecg-Boot 企业级快速开发平台
</title>
<title>
Jeecg-Boot 企业级快速开发平台
</title>
<link
rel=
"icon"
href=
"<%= BASE_URL %>logo.png"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>logo.png"
>
<script
src=
"
https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/7.2.5/polyfill
.js"
></script>
<script
src=
"
/cdn/babel-polyfill/polyfill_7_2_5
.js"
></script>
<style>
<style>
html
,
html
,
body
,
body
,
...
...
jeecg-boot/pom.xml
View file @
dadf6a78
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
<dependency>
<dependency>
<groupId>
com.alibaba
</groupId>
<groupId>
com.alibaba
</groupId>
<artifactId>
fastjson
</artifactId>
<artifactId>
fastjson
</artifactId>
<version>
1.2.6
0
</version>
<version>
1.2.6
9
</version>
</dependency>
</dependency>
<!--mysql-->
<!--mysql-->
...
@@ -314,7 +314,7 @@
...
@@ -314,7 +314,7 @@
<dependency>
<dependency>
<groupId>
cn.hutool
</groupId>
<groupId>
cn.hutool
</groupId>
<artifactId>
hutool-all
</artifactId>
<artifactId>
hutool-all
</artifactId>
<version>
4.5.11
</version>
<version>
5.0.7
</version>
</dependency>
</dependency>
<!-- mini文件存储服务 -->
<!-- mini文件存储服务 -->
...
...
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