From 7bb0808c1928c22cfaba4545d5d7480cf460d9fa Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Mon, 7 Nov 2022 22:38:32 +0800 Subject: [PATCH] =?UTF-8?q?3.4.3=20=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= =?UTF-8?q?=EF=BC=8Cvue2=E7=89=88=E5=85=BC=E5=AE=B9=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E7=89=88=E7=9A=84=E5=90=8E=E5=8F=B0=EF=BC=883.4.3=E3=80=813.4.?= =?UTF-8?q?3-GA=EF=BC=89=20=E9=87=8D=E7=82=B9=EF=BC=9A=201=E3=80=81?= =?UTF-8?q?=E5=8D=87=E7=BA=A7=E4=BA=86=E5=89=8D=E7=AB=AF=E5=85=A8=E9=87=8F?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=E5=90=8C=E6=AD=A5=E5=88=B0=E6=9C=80?= =?UTF-8?q?=E6=96=B0=202=E3=80=81=E5=8D=87=E7=BA=A7online=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=EF=BC=8C=E6=89=93=E5=8C=85=E6=9C=80=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- package.json | 6 +++--- src/components/jeecg/index.js | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b12a947f..6dddff8f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ Ant Design Jeecg Vue(JeecgBoot 低代码平台) ==== -当前最新版本: 3.4.0(发布日期:20220725) +当前最新版本: 3.4.3(发布日期:20221107) [![AUR](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg)](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE) [![](https://img.shields.io/badge/Author-北京国炬软件-orange.svg)](http://www.jeecg.com) [![](https://img.shields.io/badge/Blog-官方博客-blue.svg)](https://jeecg.blog.csdn.net) -[![](https://img.shields.io/badge/version-3.4.1-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot) +[![](https://img.shields.io/badge/version-3.4.3-brightgreen.svg)](https://github.com/zhangdaiscott/jeecg-boot) [![GitHub stars](https://img.shields.io/github/stars/zhangdaiscott/jeecg-boot.svg?style=social&label=Stars)](https://github.com/zhangdaiscott/jeecg-boot) [![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/jeecg-boot.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/jeecg-boot) diff --git a/package.json b/package.json index 2d952470..1b1c1068 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-antd-jeecg", - "version": "3.4.0", + "version": "3.4.3", "private": true, "scripts": { "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", @@ -10,7 +10,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { - "@jeecg/antd-online-mini": "3.1.0-beta", + "@jeecg/antd-online-mini": "3.4.3-beta1", "ant-design-vue": "^1.7.2", "@antv/data-set": "^0.11.4", "viser-vue": "^2.4.8", @@ -29,7 +29,7 @@ "vue-ls": "^3.2.0", "vue-router": "^3.0.1", "vuex": "^3.1.0", - "vue-print-nb-jeecg": "^1.0.11", + "vue-print-nb-jeecg": "^1.0.10", "clipboard": "^2.0.4", "vue-photo-preview": "^1.1.3", "vue-splitpane": "^1.0.4", diff --git a/src/components/jeecg/index.js b/src/components/jeecg/index.js index 756e9878..166f423a 100644 --- a/src/components/jeecg/index.js +++ b/src/components/jeecg/index.js @@ -39,6 +39,7 @@ import lodash_object from 'lodash' import debounce from 'lodash/debounce' import pick from 'lodash.pick' import data from 'china-area-data' +import signMd5Utils from '@/utils/encryption/signMd5Utils' export default { install(Vue) { @@ -87,5 +88,6 @@ export default { Vue.prototype.$Jdebounce= debounce Vue.prototype.$Jpick = pick Vue.prototype.$Jpcaa = data + Vue.prototype.$signMd5Utils = signMd5Utils } } \ No newline at end of file