xiongzhu 4 лет назад
Родитель
Сommit
294f7d75c6
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      o2web/source/o2_core/o2/xDesktop/Default.js

+ 2 - 0
o2web/source/o2_core/o2/xDesktop/Default.js

@@ -2720,8 +2720,10 @@ o2.xDesktop.Default.Lnk = new Class({
                         options = {"name": "portal.Portal", "portalId": layout.config.indexPage.portal, "pageId": layout.config.indexPage.page, "appId": appId};
                     }
                     layout.openApplication(null, name, options);
+                    console.log('layout.openApplication', null, name, options);
                 }else{
                     layout.openApplication(null, this.data.name, this.data.options);
+                    console.log('layout.openApplication', null, this.data.name, this.data.options);
                 }
             }.bind(this),
             "mouseover": function(){