feat: 插件第一次加载较慢增加loading

This commit is contained in:
fit2cloud-chenyw 2021-06-09 10:47:22 +08:00
parent d585fd469f
commit a6e9dd3465

View File

@ -3,7 +3,8 @@ import request from '@/utils/request'
export function get(url) {
return request({
url: url,
method: 'get'
method: 'get',
loading: true
})
}