Merge pull request #7403 from dataease/pr@dev@refactor_loading
refactor: 去掉插件加载非必要的loading提示
This commit is contained in:
commit
5369093668
@ -4,7 +4,7 @@ export function get(url) {
|
||||
return request({
|
||||
url: url,
|
||||
method: 'get',
|
||||
loading: true
|
||||
loading: false
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user