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) } }