Commit 3a7b08816ecb1659ecfc51a6e745cb978d4f3ff0

Authored by zhangdaiscott
1 parent ef71b6ca

2.4.3版本发布——企业级低代码平台

Showing 194 changed files with 223323 additions and 22763 deletions

Too many changes to show.

To preserve performance only 3 of 194 files are displayed.

ant-design-vue-jeecg/.env
1 1 NODE_ENV=production
2   -VUE_APP_PLATFORM_NAME=JeecgBoot 企业级快速开发平台
  2 +VUE_APP_PLATFORM_NAME=JeecgBoot 企业级低代码平台
3 3 VUE_APP_SSO=false
4 4 \ No newline at end of file
... ...
ant-design-vue-jeecg/.env.production
1 1 NODE_ENV=production
2   -VUE_APP_API_BASE_URL=https://bootapi.jeecg.com
  2 +VUE_APP_API_BASE_URL=http://localhost:8080/jeecg-boot
3 3 VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
4 4 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
5 5 \ No newline at end of file
... ...
ant-design-vue-jeecg/README.md
1 1 Ant Design Jeecg Vue
2 2 ====
3 3  
4   -当前最新版本: 2.4.2(发布日期:20210126
  4 +当前最新版本: 2.4.3(发布日期:20210322
5 5  
6 6 Overview
7 7 ----
8 8  
9 9 基于 [Ant Design of Vue](https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/) 实现的 Ant Design Pro Vue 版
10   -Jeecg-boot 的前段UI框架,采用前后端分离方案,提供强大代码生成器的快速开发平台。
  10 +Jeecg-boot 的前段UI框架,采用前后端分离方案,提供强大代码生成器的低代码平台。
11 11 前端页面代码和后端功能代码一键生成,不需要写任何代码,保持jeecg一贯的强大!!
12 12  
13 13  
... ...