From c07e204da897a616481b1cdb993cd837b3d0a8e4 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期一, 09 十月 2023 19:52:47 +0800 Subject: [PATCH] 修改更新编码不显示问题 --- src/utils/request.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/request.js b/src/utils/request.js index 84d73c6..36fd89f 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -42,7 +42,7 @@ // message: res.data.msg==res.data.data?res.data.data:res.data.msg+','+res.data.data, message: res.data.msg, type: 'error', - duration: 5 * 1000 + duration: 3 * 1000 }) // MessageBox.confirm( res.data.msg+"?", "鎻愮ず", { // confirmButtonText: "纭畾", @@ -68,7 +68,7 @@ Message({ message: message, type: 'error', - duration: 5 * 1000 + duration: 3 * 1000 }) // MessageBox.confirm( message+"?", "鎻愮ず", { // confirmButtonText: "纭畾", -- Gitblit v1.8.0