refactor: 去掉插件加载非必要的loading提示
This commit is contained in:
parent
363a31dcfc
commit
6263075942
@ -4,7 +4,7 @@ export function get(url) {
|
|||||||
return request({
|
return request({
|
||||||
url: url,
|
url: url,
|
||||||
method: 'get',
|
method: 'get',
|
||||||
loading: true
|
loading: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user