-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Description
部分源码:
function apiAxios(method, url, params, config) {
iView.Spin.show()
axios({
method: method,
url: url,
data: params,
withCredentials: false
}).then((res) => {
iView.Spin.hide()
}).catch((err) => {
iView.Spin.hide()
errorHandler(err, config.errorFn)
})
}
报错:
Uncaught TypeError: Failed to execute 'removeChild' on 'Node': parameter 1 is not of type 'Node'
Metadata
Metadata
Assignees
Labels
No labels