Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
jeecg
jeecg-boot
提交
760f8e9f
J
jeecg-boot
项目概览
jeecg
/
jeecg-boot
上一次同步 3 年多
通知
864
Star
24375
Fork
84
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
J
jeecg-boot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
760f8e9f
编写于
2月 24, 2020
作者:
JEECG低代码平台
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Jeecg-Boot 2.1.4 版本发布 | 重构较大,较多新功能
上级
38e6586c
变更
7
显示空白变更内容
内联
并排
Showing
7 changed file
with
20 addition
and
13 deletion
+20
-13
ant-design-vue-jeecg/src/components/page/GlobalHeader.vue
ant-design-vue-jeecg/src/components/page/GlobalHeader.vue
+3
-3
ant-design-vue-jeecg/src/components/tools/UserMenu.vue
ant-design-vue-jeecg/src/components/tools/UserMenu.vue
+1
-1
ant-design-vue-jeecg/src/views/system/modules/SysCheckRuleTestModal.vue
...-jeecg/src/views/system/modules/SysCheckRuleTestModal.vue
+1
-1
jeecg-boot/db/1mysql_schema.sql
jeecg-boot/db/1mysql_schema.sql
+0
-0
jeecg-boot/db/2jeecgboot_mysql5.7.sql
jeecg-boot/db/2jeecgboot_mysql5.7.sql
+1
-0
jeecg-boot/db/增量升级SQL/2.1.3升级到2.1.4mysq.sql
jeecg-boot/db/增量升级SQL/2.1.3升级到2.1.4mysq.sql
+3
-8
jeecg-boot/db/增量升级SQL/版本升级
jeecg-boot/db/增量升级SQL/版本升级
+11
-0
未找到文件。
ant-design-vue-jeecg/src/components/page/GlobalHeader.vue
浏览文件 @
760f8e9f
...
...
@@ -10,12 +10,12 @@
v-if=
"device==='mobile'"
class=
"trigger"
:type=
"collapsed ? 'menu-fold' : 'menu-unfold'"
@
click
.native
=
"toggle"
></a-icon>
@
click=
"toggle"
></a-icon>
<a-icon
v-else
class=
"trigger"
:type=
"collapsed ? 'menu-unfold' : 'menu-fold'"
@
click
.native
=
"toggle"
/>
@
click=
"toggle"
/>
<span
v-if=
"device === 'desktop'"
>
欢迎进入 Jeecg-Boot 企业级快速开发平台
</span>
<span
v-else
>
Jeecg-Boot
</span>
...
...
@@ -37,7 +37,7 @@
v-else
class=
"trigger"
:type=
"collapsed ? 'menu-fold' : 'menu-unfold'"
@
click
.native
=
"toggle"
></a-icon>
@
click=
"toggle"
></a-icon>
</div>
<user-menu
class=
"header-index-right"
:theme=
"theme"
:style=
"topMenuStyle.headerIndexRight"
/>
</div>
...
...
ant-design-vue-jeecg/src/components/tools/UserMenu.vue
浏览文件 @
760f8e9f
...
...
@@ -20,7 +20,7 @@
@change="searchMethods"
@blur="hiddenClick"
>
<a-select-option
v-for=
"
site in searchMenuOptions
"
:value=
"site.id"
>
{{
site
.
meta
.
title
}}
</a-select-option>
<a-select-option
v-for=
"
(site,index) in searchMenuOptions"
:key=
"index
"
:value=
"site.id"
>
{{
site
.
meta
.
title
}}
</a-select-option>
</a-select>
</component>
<!-- update-end author:sunjianlei date:20200219 for: 菜单搜索改为动态组件,在手机端呈现出弹出框 -->
...
...
ant-design-vue-jeecg/src/views/system/modules/SysCheckRuleTestModal.vue
浏览文件 @
760f8e9f
...
...
@@ -12,7 +12,7 @@
</a-form-item>
</a-form>
<a-row
type=
"flex"
:gutter=
"8"
>
<a-col
v-for=
"(str,index) of testValue"
>
<a-col
v-for=
"(str,index) of testValue"
:key=
"index"
>
<a-row>
<a-col>
<a-input
:value=
"str"
style=
"text-align: center;width: 40px;"
/>
...
...
jeecg-boot/db/mysql_schema.sql
→
jeecg-boot/db/
1
mysql_schema.sql
浏览文件 @
760f8e9f
文件已移动
jeecg-boot/db/mysql5.7.sql
→
jeecg-boot/db/
2jeecgboot_
mysql5.7.sql
浏览文件 @
760f8e9f
USE jeecg-boot;
/*
Navicat Premium Data Transfer
...
...
jeecg-boot/db/增量升级SQL/2.1.3升级到2.1.4mysq.sql
浏览文件 @
760f8e9f
-- 多数据源表
DROP
TABLE
IF
EXISTS
`sys_data_source`
;
CREATE
TABLE
`sys_data_source`
(
...
...
@@ -27,14 +26,10 @@ INSERT INTO `sys_dict_item` (`id`, `dict_id`, `item_text`, `item_value`, `descri
INSERT
INTO
`sys_dict_item`
(
`id`
,
`dict_id`
,
`item_text`
,
`item_value`
,
`description`
,
`sort_order`
,
`status`
,
`create_by`
,
`create_time`
,
`update_by`
,
`update_time`
)
VALUES
(
'1209733839933476865'
,
'1209733563293962241'
,
'Oracle'
,
'2'
,
''
,
'1'
,
'1'
,
'admin'
,
'2019-12-25 151318'
,
NULL
,
NULL
);
INSERT
INTO
`sys_dict_item`
(
`id`
,
`dict_id`
,
`item_text`
,
`item_value`
,
`description`
,
`sort_order`
,
`status`
,
`create_by`
,
`create_time`
,
`update_by`
,
`update_time`
)
VALUES
(
'1209733903020003330'
,
'1209733563293962241'
,
'SQLServer'
,
'3'
,
''
,
'1'
,
'1'
,
'admin'
,
'2019-12-25 151333'
,
NULL
,
NULL
);
-- 生产销售监控 --
update
sys_permission
set
url
=
'{{ window._CONFIG[
'
domianURL
'] }}bigscreentemplat
index1'
where
id
=
'1205098241075453953'
;
update
sys_permission
set
url
=
'{{ window._CONFIG[
\'
domianURL
\'
] }}/big/screen/templat/
index1'
where
id
=
'1205098241075453953'
;
-- 智慧物流监控 --
update
sys_permission
set
url
=
'{{ window._CONFIG['
domianURL
'] }}bigscreentemplatindex2'
where
id
=
'1205306106780364802'
;
update
sys_permission
set
url
=
'{{ window._CONFIG[
\'
domianURL
\'
] }}/big/screen/templat/index2'
where
id
=
'1205306106780364802'
;
...
...
@@ -138,4 +133,3 @@ INSERT INTO `sys_permission`(`id`, `parent_id`, `name`, `url`, `component`, `com
ALTER
TABLE
`onl_cgform_field`
ADD
COLUMN
`is_read_only`
tinyint
(
1
)
NULL
DEFAULT
0
COMMENT
'是否是只读(1是 0否)'
AFTER
`is_show_list`
;
\ No newline at end of file
jeecg-boot/db/增量升级SQL/版本升级
0 → 100644
浏览文件 @
760f8e9f
版本升级方法?
JeecgBoot属于平台级产品,每次升级改动内容较多,目前做不到平滑升级。
这里给用户的升级建议是这样的:
1.代码升级 => 本地版本通过svn或者git做好主干,在分支上做业务开发,jeecg每次版本发布,可以手工覆盖主干的代码,对比代码进行提交;
2.数据库升级 => 针对数据库我们每次发布会提供增量升级SQL,可以通过增量SQL实现数据库的升级。
3.兼容问题 => 每次版本发布会针对不兼容地方标注说明,需要手工修改不兼容的代码。
注意: 升级sql目前只提供mysql版本,执行完脚步后,新菜单需要手工进行角色授权,刷新首页才会出现。
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录