From 7a4ff8881c150f910540f1ac270e090695ce460c Mon Sep 17 00:00:00 2001
From: gaosp <gaosp>
Date: 星期五, 12 一月 2024 22:42:54 +0800
Subject: [PATCH] update

---
 src/utils/ajax.js |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/utils/ajax.js b/src/utils/ajax.js
index bd8a441..47c823d 100644
--- a/src/utils/ajax.js
+++ b/src/utils/ajax.js
@@ -1,7 +1,7 @@
 /*
  * @Date: 2022-11-09 12:37:25
  * @LastEditors: Sneed
- * @LastEditTime: 2024-01-07 23:53:33
+ * @LastEditTime: 2024-01-12 22:39:31
  * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/utils/ajax.js
  */
 import axios from 'axios'
@@ -54,11 +54,11 @@
      */
     const status = response.status
     if (status !== 200) {
-      Message({
-        message: '鏈嶅姟杩炴帴寮傚父锛岃绋嶅悗閲嶈瘯鎴栬仈绯荤鐞嗗憳',
-        type: 'error',
-        duration: 5 * 1000
-      })
+      // Message({
+      //   message: '鏈嶅姟杩炴帴寮傚父锛岃绋嶅悗閲嶈瘯鎴栬仈绯荤鐞嗗憳',
+      //   type: 'error',
+      //   duration: 5 * 1000
+      // })
       return Promise.reject('error')
     } else {
       // const data = response.data || {}

--
Gitblit v1.9.3