@@ -81,6 +81,10 @@ const props = defineProps({
bottom: {
type: String,
default: '30rpx'
+ },
+ defaultErrorImg: {
+ type: String,
+ default: config.defaultErrorImg
}
})
@@ -7,7 +7,8 @@ const config = {
showLoading: true,
showErrorMsg: true,
isAuth: true,
- },
+ defaultErrorImg: ''
export default config