Merge branch 'fixbug/liumengyi_20185' into 'master'
* Fix bug #20185. See merge request easycorp/zentaopms!7473
This commit is contained in:
@@ -441,6 +441,8 @@
|
||||
var iframe = app.$iframe[0];
|
||||
var isSameUrl = iframe && url && iframe.contentWindow.location.href.endsWith(url);
|
||||
|
||||
app.$app.trigger('beforereloadapp');
|
||||
|
||||
/* Add hook to page before reload it */
|
||||
if (iframe && iframe.contentWindow.beforeAppReload)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user