king
2022-05-17 fb3ec146a9e1444ece749d0bcf232a554e933fb0
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)