提交 dffe0859 编写于 作者: Skyeye云's avatar Skyeye云

文件管理、日程、笔记、论坛新增权限控制

上级 8aae33cb
...@@ -22,10 +22,8 @@ layui.config({ ...@@ -22,10 +22,8 @@ layui.config({
window: 'js/winui.window' window: 'js/winui.window'
}).define(['window', 'jquery', 'winui', 'dropdown', 'fsCommon', 'fsTree', 'viewer', 'contextMenu', 'ClipboardJS', 'colorpicker', 'jqueryUI', 'webuploader'], function (exports) { }).define(['window', 'jquery', 'winui', 'dropdown', 'fsCommon', 'fsTree', 'viewer', 'contextMenu', 'ClipboardJS', 'colorpicker', 'jqueryUI', 'webuploader'], function (exports) {
winui.renderColor(); winui.renderColor();
var clipboard;//复制对象 var clipboard;//复制对象
var clipboardcut;//剪切对象 var clipboardcut;//剪切对象
var $ = layui.$, var $ = layui.$,
fsTree = layui.fsTree, fsTree = layui.fsTree,
fsCommon = layui.fsCommon, fsCommon = layui.fsCommon,
......
...@@ -49,6 +49,12 @@ layui.config({ ...@@ -49,6 +49,12 @@ layui.config({
} }
} }
}); });
// 文件管理、日程、笔记、论坛权限
authBtn('1645958796795');
authBtn('1645959056141');
authBtn('1645959177299');
authBtn('1645959237037');
$(function () { $(function () {
var loadIndex = 20; var loadIndex = 20;
......
...@@ -25,6 +25,12 @@ layui.config({ ...@@ -25,6 +25,12 @@ layui.config({
var menuMoreTemplate = $("#menuMoreTemplate").html(); var menuMoreTemplate = $("#menuMoreTemplate").html();
//一级菜单模板 //一级菜单模板
var menuTemplate = $("#menuTemplate").html(); var menuTemplate = $("#menuTemplate").html();
// 文件管理、日程、笔记、论坛权限
authBtn('1645958796795');
authBtn('1645959056141');
authBtn('1645959177299');
authBtn('1645959237037');
$(function () { $(function () {
//获取用户信息 //获取用户信息
......
...@@ -254,16 +254,16 @@ ...@@ -254,16 +254,16 @@
<div class="win-10-menu switch-checked" id="win10Btn"> <div class="win-10-menu switch-checked" id="win10Btn">
<font><i class="fa fa-desktop"></i>桌面</font> <font><i class="fa fa-desktop"></i>桌面</font>
</div> </div>
<div class="win-10-menu" id="file10Console"> <div class="win-10-menu" id="file10Console" auth="1645958796795">
<font><i class="fa fa-list"></i><language showName="com.skyeye.fileManagement"></language></font> <font><i class="fa fa-list"></i><language showName="com.skyeye.fileManagement"></language></font>
</div> </div>
<div class="win-10-menu" id="scheduleBtn"> <div class="win-10-menu" id="scheduleBtn" auth="1645959056141">
<font><i class="fa fa-calendar"></i><language showName="com.skyeye.schedule"></language></font> <font><i class="fa fa-calendar"></i><language showName="com.skyeye.schedule"></language></font>
</div> </div>
<div class="win-10-menu" id="file10Btn"> <div class="win-10-menu" id="file10Btn" auth="1645959177299">
<font><i class="fa fa-pencil-square-o"></i><language showName="com.skyeye.note"></language></font> <font><i class="fa fa-pencil-square-o"></i><language showName="com.skyeye.note"></language></font>
</div> </div>
<div class="win-10-menu" id="forumBtn"> <div class="win-10-menu" id="forumBtn" auth="1645959237037">
<font><i class="fa fa-calendar"></i><language showName="com.skyeye.forum"></language></font> <font><i class="fa fa-calendar"></i><language showName="com.skyeye.forum"></language></font>
</div> </div>
<div class="win-10-menu"> <div class="win-10-menu">
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<div class="tradition-left-center" id="sysMenuListBox"> <div class="tradition-left-center" id="sysMenuListBox">
</div> </div>
<div class="tradition-left-bottom"> <div class="tradition-left-bottom">
<div class="other-item" data-id="file10Console" data-url="../../tpl/fileconsole/fileconsolelist.html" matchLanguage="{'data-title': 'com.skyeye.fileManagement'}"> <div class="other-item" data-id="file10Console" data-url="../../tpl/fileconsole/fileconsolelist.html" matchLanguage="{'data-title': 'com.skyeye.fileManagement'}" auth="1645958796795">
<div class="other-item-img"> <div class="other-item-img">
<i class="fa fa-list"></i> <i class="fa fa-list"></i>
</div> </div>
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<font><language showName="com.skyeye.fileManagement"></language></font> <font><language showName="com.skyeye.fileManagement"></language></font>
</div> </div>
</div> </div>
<div class="other-item" data-id="scheduleBtn" data-url="../../tpl/index/mySchedule.html" matchLanguage="{'data-title': 'com.skyeye.schedule'}"> <div class="other-item" data-id="scheduleBtn" data-url="../../tpl/index/mySchedule.html" matchLanguage="{'data-title': 'com.skyeye.schedule'}" auth="1645959056141">
<div class="other-item-img"> <div class="other-item-img">
<i class="fa fa-calendar"></i> <i class="fa fa-calendar"></i>
</div> </div>
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<font><language showName="com.skyeye.schedule"></language></font> <font><language showName="com.skyeye.schedule"></language></font>
</div> </div>
</div> </div>
<div class="other-item" data-id="file10Btn" data-url="../../tpl/index/myNote.html" matchLanguage="{'data-title': 'com.skyeye.note'}"> <div class="other-item" data-id="file10Btn" data-url="../../tpl/index/myNote.html" matchLanguage="{'data-title': 'com.skyeye.note'}" auth="1645959177299">
<div class="other-item-img"> <div class="other-item-img">
<i class="fa fa-pencil-square-o"></i> <i class="fa fa-pencil-square-o"></i>
</div> </div>
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<font><language showName="com.skyeye.note"></language></font> <font><language showName="com.skyeye.note"></language></font>
</div> </div>
</div> </div>
<div class="other-item" data-id="forumBtn" data-url="../../tpl/forumshow/forumlist.html" matchLanguage="{'data-title': 'com.skyeye.forum'}"> <div class="other-item" data-id="forumBtn" data-url="../../tpl/forumshow/forumlist.html" matchLanguage="{'data-title': 'com.skyeye.forum'}" auth="1645959237037">
<div class="other-item-img"> <div class="other-item-img">
<i class="fa fa-calendar"></i> <i class="fa fa-calendar"></i>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册