$.message.show({//浏览器右下角弹框,我列出了几个属性,具体请看API
                   title: '提示',
                   msg: '恭喜您,登陆成功!',
                       timeout: 5000,//弹框保留时间
                     showType: 'slide'//展示样式
                    });