refactor: 去掉插件加载非必要的loading提示

This commit is contained in:
wangjiahao 2023-12-27 14:53:08 +08:00
parent 363a31dcfc
commit 6263075942

View File

@ -4,7 +4,7 @@ export function get(url) {
return request({ return request({
url: url, url: url,
method: 'get', method: 'get',
loading: true loading: false
}) })
} }