注释提示

v1.0
bobi 2019-05-01 16:49:10 +08:00
parent a1d4b7f8e6
commit 33efedd93c
1 changed files with 2 additions and 2 deletions

View File

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