diff --git a/README.md b/README.md index 8865b04..ab2e6ce 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@

- Downloads + Downloads Build Status Build Status - Coverage Status - Downloads + Coverage Status + Downloads Downloads diff --git a/package.json b/package.json index 4db56db..8fc513c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saber-admin", - "version": "2.7.3", + "version": "2.8.0", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/api/report/report.js b/src/api/report/report.js new file mode 100644 index 0000000..19705ff --- /dev/null +++ b/src/api/report/report.js @@ -0,0 +1,22 @@ +import request from '@/router/axios'; + +export const getList = (current, size, params) => { + return request({ + url: '/api/blade-report/report/rest/list', + method: 'get', + params: { + ...params, + current, + size, + } + }) +} +export const remove = (ids) => { + return request({ + url: '/api/blade-report/report/rest/remove', + method: 'post', + params: { + ids, + } + }) +} diff --git a/src/config/website.js b/src/config/website.js index 91cd5df..35783b9 100644 --- a/src/config/website.js +++ b/src/config/website.js @@ -38,5 +38,7 @@ export default { } }, // 授权地址 - authUrl: 'http://localhost/blade-auth/oauth/render' + authUrl: 'http://localhost/blade-auth/oauth/render', + // 报表设计器地址(cloud端口为8108,boot端口为80) + reportUrl: 'http://localhost:8108/ureport', } diff --git a/src/views/report/reportlist.vue b/src/views/report/reportlist.vue new file mode 100644 index 0000000..fb39a72 --- /dev/null +++ b/src/views/report/reportlist.vue @@ -0,0 +1,202 @@ + + + + + diff --git a/src/views/wel/index.vue b/src/views/wel/index.vue index 9566eaf..6ed5b39 100644 --- a/src/views/wel/index.vue +++ b/src/views/wel/index.vue @@ -3,10 +3,10 @@

- Downloads + Downloads Build Status Coverage Status - Downloads + Downloads Downloads @@ -125,6 +125,24 @@ + +

1.升级 SpringBoot 至 2.2.11.RELEASE
+
2.升级 SpringCloud 至 Hoxton.SR8
+
3.升级 AlibabaCloud 至 2.2.3.RELEASE
+
4.升级 Knife4j 至 2.0.6
+
5.升级 Swagger 至 2.10.5
+
6.升级 SwaggerModel 至 1.6.2
+
7.升级 SpringPlugin 至 2.2.0.RELEASE
+
8.升级 JustAuth 至 1.15.8
+
9.升级 FastJson 至 1.2.74
+
10.升级 Guava 至 30.0-jre
+
11.升级 JJWT 至 0.11.2
+
12.集成UReport2,新增在线报表模块
+
13.优化Swagger封装以支持Knife4j最新API
+
14.引入Knife4j增强配置,生产环境将完全隔离文档访问
+
15.优化架构,适配最新版本API
+
16.优化部署脚本
+
1.升级至 SpringCloud Hoxton.SR8
2.升级至 Mybatis-Plus 3.4.0
@@ -327,7 +345,7 @@ data() { return { activeNames: ['1', '2', '3', '5'], - logActiveNames: ['20'] + logActiveNames: ['21'] }; }, computed: {