From 6e1e30b9836368eb0b9f6417e5203358d90f325b 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: Tue, 11 Aug 2020 16:22:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=86=E5=8F=B2=E9=81=97=E7=95=99=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/pear/module/admin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/pear/module/admin.js b/component/pear/module/admin.js index a61aa80..47928d1 100644 --- a/component/pear/module/admin.js +++ b/component/pear/module/admin.js @@ -101,7 +101,7 @@ layui.define(['table', 'jquery', 'element', 'form', 'tab', 'menu', 'frame'], bodyFrame = pearFrame.render({ elem: 'content', title: '工作空间 / 首页', - url: option.tab.index.href, + url: param.tab.index.href, width: '100%', height: '100%' });