Merge pull request #7403 from dataease/pr@dev@refactor_loading

refactor: 去掉插件加载非必要的loading提示
This commit is contained in:
王嘉豪 2023-12-27 15:16:00 +08:00 committed by GitHub
commit 5369093668
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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