Jeecg-Boot 2.1.4 版本发布 (版本问题修复)

pull/1067/merge
zhangdaiscott 5 years ago
parent e2d4bb29db
commit 2b3e157d88

@ -180,7 +180,6 @@
<a-button style="margin-right: 8px;" @click="()=>modal.visible=true">JModal</a-button>
<span style="margin-right: 8px;"><a-switch v-model="modal.fullscreen"/></span>
<span style="margin-right: 8px;"><a-switch v-model="modal.switchFullscreen"/></span>
<span>Body<a-switch v-model="modal.lockScroll"/></span>
</a-form-item>
@ -188,7 +187,6 @@
:visible.sync="modal.visible"
:width="1200"
:title="modal.title"
:lockScroll="modal.lockScroll"
:fullscreen.sync="modal.fullscreen"
:switchFullscreen="modal.switchFullscreen"
>
@ -390,7 +388,6 @@ sayHi('hello, world!')`
modal: {
title: '',
visible: false,
lockScroll: true,
fullscreen: true,
switchFullscreen: true,
},

@ -52,7 +52,8 @@
where p.id = a.permission_id AND d.username = #{username,jdbcType=VARCHAR}
)
<!--update begin Author:taoyan Date:20200225 for默认授权online的auto动态隐藏路由 -->
or (p.url like '%:code' and p.url like '/online%' and p.hidden = 1) )
or (p.url like '%:code' and p.url like '/online%' and p.hidden = 1)
or (p.url = '/online') )
<!--update end Author:taoyan Date:20200213 for默认授权online的auto动态隐藏路由 -->
and p.del_flag = 0
<!--update begin Author:lvdandan Date:20200225 for加入部门权限 -->

Loading…
Cancel
Save