diff --git a/jero-web/README.md b/jero-web/README.md index f30a64a3..d0a6bd6d 100644 --- a/jero-web/README.md +++ b/jero-web/README.md @@ -7,8 +7,7 @@ Overview ---- 基于 [Ant Design of Vue](https://vuecomponent.github.io/ant-design-vue/docs/vue/introduce-cn/) 实现的 Ant Design Pro Vue 版 -Jero-boot 的前段UI框架,采用前后端分离方案,提供强大代码生成器的快速开发平台。 -前端页面代码和后端功能代码一键生成,不需要写任何代码,保持jeecg一贯的强大!! +Jero-boot 的前端UI框架,采用前后端分离方案,提供强大代码生成器的快速开发平台。 diff --git a/jero-web/src/components/JVxeCells/JVxeFileCell.vue b/jero-web/src/components/JVxeCells/JVxeFileCell.vue index 3171f15c..e4144a79 100644 --- a/jero-web/src/components/JVxeCells/JVxeFileCell.vue +++ b/jero-web/src/components/JVxeCells/JVxeFileCell.vue @@ -61,11 +61,11 @@ \ No newline at end of file diff --git a/jero-web/src/views/system/modules/SysCheckRuleModal.vue b/jero-web/src/views/system/modules/SysCheckRuleModal.vue index db0932a9..60f0b441 100644 --- a/jero-web/src/views/system/modules/SysCheckRuleModal.vue +++ b/jero-web/src/views/system/modules/SysCheckRuleModal.vue @@ -82,7 +82,7 @@ import { httpAction } from '@/api/manage' import { validateDuplicateValue, alwaysResolve, failedSymbol } from '@/utils/util' import { FormTypes } from '@/utils/JEditableTableUtil' - import JEditableTable from '@comp/jeecg/JEditableTable' + import JEditableTable from '@comp/jero/JEditableTable' export default { name: 'SysCheckRuleModal', diff --git a/jero-web/src/views/system/modules/SysDataSourceModal.vue b/jero-web/src/views/system/modules/SysDataSourceModal.vue index 309afaba..82d66163 100644 --- a/jero-web/src/views/system/modules/SysDataSourceModal.vue +++ b/jero-web/src/views/system/modules/SysDataSourceModal.vue @@ -146,17 +146,17 @@ }, dbUrlMap: { // MySQL 数据库 - '1': { dbUrl: 'jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false' }, + '1': { dbUrl: 'jdbc:mysql://127.0.0.1:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false' }, //MySQL5.7+ 数据库 - '4': { dbUrl: 'jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai' }, + '4': { dbUrl: 'jdbc:mysql://127.0.0.1:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai' }, // Oracle '2': { dbUrl: 'jdbc:oracle:thin:@127.0.0.1:1521:ORCL' }, // SQLServer 数据库 '3': { dbUrl: 'jdbc:sqlserver://127.0.0.1:1433;SelectMethod=cursor;DatabaseName=jeecgboot' }, // SQLServer 数据库 - '5': { dbUrl: 'jdbc:mariadb://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useSSL=false' }, + '5': { dbUrl: 'jdbc:mariadb://127.0.0.1:3306/jero-boot?characterEncoding=UTF-8&useSSL=false' }, // SQLServer 数据库 - '6': { dbUrl: 'jdbc:postgresql://127.0.0.1:5432/jeecg-boot' } + '6': { dbUrl: 'jdbc:postgresql://127.0.0.1:5432/jero-boot' } } } }, diff --git a/jero-web/src/views/system/modules/SysUserAgentModal.vue b/jero-web/src/views/system/modules/SysUserAgentModal.vue index 2c40ac43..f3fb3a1c 100644 --- a/jero-web/src/views/system/modules/SysUserAgentModal.vue +++ b/jero-web/src/views/system/modules/SysUserAgentModal.vue @@ -68,8 +68,8 @@