新增权限模块 待完善
parent
d666546327
commit
6d0d7db241
|
|
@ -0,0 +1,53 @@
|
|||
layui.define(['table', 'jquery', 'element'], function (exports) {
|
||||
"use strict";
|
||||
|
||||
var MOD_NAME = 'pearAuth',
|
||||
$ = layui.jquery,
|
||||
element = layui.element;
|
||||
|
||||
var pearAuth = function () {
|
||||
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
/**
|
||||
* 初始化
|
||||
* */
|
||||
pearFrame.prototype.initPermission = function (url) {
|
||||
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 新增权限
|
||||
* */
|
||||
pearFrame.prototype.setPermission = function (opt) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 清楚权限
|
||||
* */
|
||||
pearFrame.prototype.clearPermission = function (opt) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除权限
|
||||
* */
|
||||
pearFrame.prototype.removePermission = function (opt) {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 权限验证
|
||||
* */
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
exports(MOD_NAME,new pearAuth());
|
||||
})
|
||||
|
|
@ -95,7 +95,6 @@
|
|||
pearSocial.render(setting);
|
||||
pearAdmin.render(config);
|
||||
|
||||
|
||||
})
|
||||
</script>
|
||||
<!-- 新 增 百 度 统 计 ( 可 移 除 )-->
|
||||
|
|
|
|||
|
|
@ -116,7 +116,7 @@
|
|||
|
||||
<div class="layui-carousel" id="test1">
|
||||
<div carousel-item>
|
||||
<div><a target="_blank" href="http://c.biancheng.net/design_pattern/"><img src="../../admin/images/designModel.png" style="width: 100%;height: 100%;margin: 0px;"></a></div>
|
||||
<div><a target="_blank" href="http://www.jmys.club/"><img src="../../admin/images/designModel.png" style="width: 100%;height: 100%;margin: 0px;"></a></div>
|
||||
<div><a target="_blank" href="https://blog.yuqiyu.com"><img src="../../admin/images/springboot.png" style="width: 100%;height: 100%;margin: 0px;"></a></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue