提交 7bb0808c authored 作者: zhangdaiscott's avatar zhangdaiscott

3.4.3 版本发布,vue2版兼容最新版的后台(3.4.3、3.4.3-GA)

重点: 1、升级了前端全量代码,同步到最新 2、升级online模块,打包最新
上级 c800b945
Ant Design Jeecg Vue(JeecgBoot 低代码平台) 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) [![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/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/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 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) [![GitHub forks](https://img.shields.io/github/forks/zhangdaiscott/jeecg-boot.svg?style=social&label=Fork)](https://github.com/zhangdaiscott/jeecg-boot)
......
{ {
"name": "vue-antd-jeecg", "name": "vue-antd-jeecg",
"version": "3.4.0", "version": "3.4.3",
"private": true, "private": true,
"scripts": { "scripts": {
"pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ", "pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"lint": "vue-cli-service lint" "lint": "vue-cli-service lint"
}, },
"dependencies": { "dependencies": {
"@jeecg/antd-online-mini": "3.1.0-beta", "@jeecg/antd-online-mini": "3.4.3-beta1",
"ant-design-vue": "^1.7.2", "ant-design-vue": "^1.7.2",
"@antv/data-set": "^0.11.4", "@antv/data-set": "^0.11.4",
"viser-vue": "^2.4.8", "viser-vue": "^2.4.8",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
"vue-ls": "^3.2.0", "vue-ls": "^3.2.0",
"vue-router": "^3.0.1", "vue-router": "^3.0.1",
"vuex": "^3.1.0", "vuex": "^3.1.0",
"vue-print-nb-jeecg": "^1.0.11", "vue-print-nb-jeecg": "^1.0.10",
"clipboard": "^2.0.4", "clipboard": "^2.0.4",
"vue-photo-preview": "^1.1.3", "vue-photo-preview": "^1.1.3",
"vue-splitpane": "^1.0.4", "vue-splitpane": "^1.0.4",
......
...@@ -39,6 +39,7 @@ import lodash_object from 'lodash' ...@@ -39,6 +39,7 @@ import lodash_object from 'lodash'
import debounce from 'lodash/debounce' import debounce from 'lodash/debounce'
import pick from 'lodash.pick' import pick from 'lodash.pick'
import data from 'china-area-data' import data from 'china-area-data'
import signMd5Utils from '@/utils/encryption/signMd5Utils'
export default { export default {
install(Vue) { install(Vue) {
...@@ -87,5 +88,6 @@ export default { ...@@ -87,5 +88,6 @@ export default {
Vue.prototype.$Jdebounce= debounce Vue.prototype.$Jdebounce= debounce
Vue.prototype.$Jpick = pick Vue.prototype.$Jpick = pick
Vue.prototype.$Jpcaa = data Vue.prototype.$Jpcaa = data
Vue.prototype.$signMd5Utils = signMd5Utils
} }
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论