src/menu/picturecontroller/index.jsx
@@ -39,6 +39,15 @@ let videos = sessionStorage.getItem('app_videos') let colorlist = sessionStorage.getItem('app_colors') if (!pictures) { notification.warning({ top: 92, message: '未获取到资源信息,请稍后或刷新重试。', duration: 5 }) return } try { pictures = JSON.parse(pictures) videos = JSON.parse(videos)