zangkai 5 lat temu
rodzic
commit
fdef9fcf65
1 zmienionych plików z 1 dodań i 1 usunięć
  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
   })