Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
jeecg
jeecg-boot
提交
2b3e157d
J
jeecg-boot
项目概览
jeecg
/
jeecg-boot
上一次同步 3 年多
通知
865
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看板
提交
2b3e157d
编写于
2月 25, 2020
作者:
JEECG低代码平台
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Jeecg-Boot 2.1.4 版本发布 (版本问题修复)
上级
e2d4bb29
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
2 addition
and
4 deletion
+2
-4
ant-design-vue-jeecg/src/views/jeecg/SelectDemo.vue
ant-design-vue-jeecg/src/views/jeecg/SelectDemo.vue
+0
-3
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml
...g/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml
+2
-1
未找到文件。
ant-design-vue-jeecg/src/views/jeecg/SelectDemo.vue
浏览文件 @
2b3e157d
...
...
@@ -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
,
},
...
...
jeecg-boot/jeecg-boot-module-system/src/main/java/org/jeecg/modules/system/mapper/xml/SysPermissionMapper.xml
浏览文件 @
2b3e157d
...
...
@@ -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:加入部门权限 -->
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录