From 6263075942713c216453b9e00e2ff04ab0cc5027 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 27 Dec 2023 14:53:08 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8E=BB=E6=8E=89=E6=8F=92?= =?UTF-8?q?=E4=BB=B6=E5=8A=A0=E8=BD=BD=E9=9D=9E=E5=BF=85=E8=A6=81=E7=9A=84?= =?UTF-8?q?loading=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/frontend/src/api/system/dynamic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/frontend/src/api/system/dynamic.js b/core/frontend/src/api/system/dynamic.js index 6ca3f50daf..7c21455682 100644 --- a/core/frontend/src/api/system/dynamic.js +++ b/core/frontend/src/api/system/dynamic.js @@ -4,7 +4,7 @@ export function get(url) { return request({ url: url, method: 'get', - loading: true + loading: false }) }