parent
f9b65f5f3f
commit
260bd03f28
|
|
@ -20,11 +20,9 @@ layui.define(['table', 'jquery', 'element', 'form', 'tab', 'menu', 'frame'],
|
||||||
let configPath = '';
|
let configPath = '';
|
||||||
|
|
||||||
this.setConfigPath = function(path) {
|
this.setConfigPath = function(path) {
|
||||||
|
|
||||||
configPath = path;
|
configPath = path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
this.render = function(initConfig) {
|
this.render = function(initConfig) {
|
||||||
if (initConfig !== undefined) {
|
if (initConfig !== undefined) {
|
||||||
applyConfig(initConfig);
|
applyConfig(initConfig);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue