zangkai 5 лет назад
Родитель
Сommit
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
   })