Authored by wangtao

修改及时消息,没有配置跳转时页面404

... ... @@ -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 {
... ...