From a6e9dd3465092c15afad422c49a56afc61e70eda Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Wed, 9 Jun 2021 10:47:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=92=E4=BB=B6=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E5=8A=A0=E8=BD=BD=E8=BE=83=E6=85=A2=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/system/dynamic.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/api/system/dynamic.js b/frontend/src/api/system/dynamic.js index 3ab521ed0e..053c405aaa 100644 --- a/frontend/src/api/system/dynamic.js +++ b/frontend/src/api/system/dynamic.js @@ -3,7 +3,8 @@ import request from '@/utils/request' export function get(url) { return request({ url: url, - method: 'get' + method: 'get', + loading: true }) }