forked from github/dataease
feat: 插件第一次加载较慢增加loading
This commit is contained in:
parent
d585fd469f
commit
a6e9dd3465
@ -3,7 +3,8 @@ import request from '@/utils/request'
|
||||
export function get(url) {
|
||||
return request({
|
||||
url: url,
|
||||
method: 'get'
|
||||
method: 'get',
|
||||
loading: true
|
||||
})
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user