李林
2023-12-23 5c5eccdb11df86dbd0200ffa316cddb7a671d839
src/main.js
@@ -56,6 +56,9 @@
})
axios.interceptors.response.use(res => {
   if(res.data.code === 201){
      Message.error(res.data.message)
   }
   return res.data
}, async function(err) {
   if (JSON.stringify(err).indexOf('timeout of') > -1) {