mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-07-17 01:46:30 +08:00
ru
This commit is contained in:
parent
068e6f600f
commit
1b6dd92edb
@ -3,7 +3,7 @@ layui.config({
|
|||||||
}).use(['form','vue', 'ztree', 'layer', 'jquery', 'table','droptree','openauth'], function () {
|
}).use(['form','vue', 'ztree', 'layer', 'jquery', 'table','droptree','openauth'], function () {
|
||||||
var form = layui.form,
|
var form = layui.form,
|
||||||
//layer = (parent == undefined || parent.layer === undefined )? layui.layer : parent.layer,
|
//layer = (parent == undefined || parent.layer === undefined )? layui.layer : parent.layer,
|
||||||
layer = parent.layer === undefined ? layui.layer : parent.layer,
|
layer = layui.layer,
|
||||||
$ = layui.jquery;
|
$ = layui.jquery;
|
||||||
var table = layui.table;
|
var table = layui.table;
|
||||||
var openauth = layui.openauth;
|
var openauth = layui.openauth;
|
||||||
@ -135,9 +135,9 @@ layui.config({
|
|||||||
mainList();
|
mainList();
|
||||||
}
|
}
|
||||||
|
|
||||||
,test:function() {
|
, assignModule: function () {
|
||||||
var index = layer.open({
|
var index = layer.open({
|
||||||
title: "添加文章",
|
title: "分配模块菜单",
|
||||||
type: 2,
|
type: 2,
|
||||||
content: "newsAdd.html",
|
content: "newsAdd.html",
|
||||||
success: function(layero, index) {
|
success: function(layero, index) {
|
||||||
|
Loading…
Reference in New Issue
Block a user