소스 검색

兼容message

zangkai 5 년 전
부모
커밋
fdef9fcf65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend_web/src/plugin/axios/index.js

+ 1 - 1
frontend_web/src/plugin/axios/index.js

@@ -28,7 +28,7 @@ function noticeMsg (dataAxios, type) {
     return
   }
   Message({
-    message: dataAxios.msg,
+    message: msg,
     type: type,
     duration: 3 * 1000
   })