Authored by xwx

Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web into master-v32-xwx

... ... @@ -551,7 +551,7 @@ layui.extend({
toastType: toastType,
type: 'click',
action: function () {
if (hash && hash != '' && hash != null) {
if (hash && hash != '' && hash != null && hash != 'null') {
if (hash.toLowerCase().indexOf("http://") != -1 && hash.toLowerCase().indexOf("https://") != -1) {
location.hash = hash;
} else {
... ...