瀏覽代碼

兼容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
   })