mirror of
https://github.com/jeecgboot/ant-design-vue-jeecg.git
synced 2026-02-27 01:01:47 +08:00
3.4.3 版本发布,vue2版兼容最新版的后台(3.4.3、3.4.3-GA)
重点: 1、升级了前端全量代码,同步到最新 2、升级online模块,打包最新
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
Ant Design Jeecg Vue(JeecgBoot 低代码平台)
|
||||
====
|
||||
|
||||
当前最新版本: 3.4.0(发布日期:20220725)
|
||||
当前最新版本: 3.4.3(发布日期:20221107)
|
||||
|
||||
[](https://github.com/zhangdaiscott/jeecg-boot/blob/master/LICENSE)
|
||||
[](http://www.jeecg.com)
|
||||
[](https://jeecg.blog.csdn.net)
|
||||
[](https://github.com/zhangdaiscott/jeecg-boot)
|
||||
[](https://github.com/zhangdaiscott/jeecg-boot)
|
||||
[](https://github.com/zhangdaiscott/jeecg-boot)
|
||||
[](https://github.com/zhangdaiscott/jeecg-boot)
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user