From c7d0676f5d98e2e799a123f6f956c8abf9e01d8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E7=BE=A4?= <9079645+huang-zequn@user.noreply.gitee.com> Date: Thu, 11 Sep 2025 16:31:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E8=BD=BD=E4=B8=AD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/request.js | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/request.js b/utils/request.js index 4e24708..4efd934 100644 --- a/utils/request.js +++ b/utils/request.js @@ -34,7 +34,6 @@ function request(options) { uni.showToast({ title: "加载中...", image: "/static/common/loading.gif", // 本地图片路径 - duration: 2000, position: "middle", // 可选:top/middle/bottom }); }