@@ -48,7 +48,6 @@ service.interceptors.response.use(
*/
response => {
const res = response.data
- console.log(res)
let msg = null
// if the custom code is not 20000, it is judged as an error.
if (res.status == 0 || res.status == -2) {