interface NotificationElem { detail:string; // 通知详情json } export default NotificationElem;