From 260bd03f28e610bfad0c6329b8f4869d2923a2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B1=E7=9C=A0=E4=BB=AA=E5=BC=8F?= <854085467@qq.com> Date: Fri, 4 Dec 2020 09:23:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E6=95=B4=E9=83=A8=E5=88=86=E6=BA=90?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/modules/admin.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/component/pear/modules/admin.js b/component/pear/modules/admin.js index 3d03565..47b488c 100644 --- a/component/pear/modules/admin.js +++ b/component/pear/modules/admin.js @@ -20,11 +20,9 @@ layui.define(['table', 'jquery', 'element', 'form', 'tab', 'menu', 'frame'], let configPath = ''; this.setConfigPath = function(path) { - configPath = path; } - this.render = function(initConfig) { if (initConfig !== undefined) { applyConfig(initConfig);