king
2025-04-13 b8eb5445560fda74a7cf15face387ee54cc830b4
2025-04-13
1个文件已修改
2 ■■■ 已修改文件
src/api/index.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/index.js
@@ -77,7 +77,7 @@
    notification.error({
      className: 'notification-custom-error',
      bottom: 0,
      message: error.message.includes('Network Error') && lang === 'zh-CN' ? '网络连接失败!' : error.message,
      message: error.message.includes('Network Error') && sessionStorage.getItem('lang') === 'zh-CN' ? '网络连接失败!' : error.message,
      placement: 'bottomRight',
      duration: 15
    })