Showing
1 changed file
with
1 additions
and
1 deletions
@@ -551,7 +551,7 @@ layui.extend({ | @@ -551,7 +551,7 @@ layui.extend({ | ||
551 | toastType: toastType, | 551 | toastType: toastType, |
552 | type: 'click', | 552 | type: 'click', |
553 | action: function () { | 553 | action: function () { |
554 | - if (hash && hash != '' && hash != null) { | 554 | + if (hash && hash != '' && hash != null && hash != 'null') { |
555 | if (hash.toLowerCase().indexOf("http://") != -1 && hash.toLowerCase().indexOf("https://") != -1) { | 555 | if (hash.toLowerCase().indexOf("http://") != -1 && hash.toLowerCase().indexOf("https://") != -1) { |
556 | location.hash = hash; | 556 | location.hash = hash; |
557 | } else { | 557 | } else { |
-
Please register or login to post a comment