From 33efedd93c74be4a1c0d65dba867a78caf1310dc Mon Sep 17 00:00:00 2001 From: bobi Date: Wed, 1 May 2019 16:49:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/okadmin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/okadmin.js b/js/okadmin.js index 7667ab5..5b04a05 100644 --- a/js/okadmin.js +++ b/js/okadmin.js @@ -53,10 +53,10 @@ layui.use(["element", "layer"], function () { */ window.tabAdd = function (title, path, tabId) { if (self == top) { - console.log("不在iframe中") + // console.log("不在iframe中") tabAdd1(title, path, tabId) } else { - console.log("在iframe中") + // console.log("在iframe中") tabAdd2(title, path, tabId) } }