// 进度条配置
Vue.prototype.$Loading.config({
color: '#2d8cf0',
failedColor: '#f0ad4e',
height: 10
});
iview进度条配置
最新推荐文章于 2024-12-25 14:16:37 发布
// 进度条配置
Vue.prototype.$Loading.config({
color: '#2d8cf0',
failedColor: '#f0ad4e',
height: 10
});