|
|
|
@ -65,11 +65,11 @@ function stripObjectOfSpecialCharsAndCheck(obj,url) {
|
|
|
|
|
}
|
|
|
|
|
// request拦截器
|
|
|
|
|
service.interceptors.request.use(config => {
|
|
|
|
|
let isHave = stripObjectOfSpecialCharsAndCheck(config.data,config.url)
|
|
|
|
|
if(!isHave){
|
|
|
|
|
alert('禁止输入特殊符号')
|
|
|
|
|
return
|
|
|
|
|
}else{
|
|
|
|
|
// let isHave = stripObjectOfSpecialCharsAndCheck(config.data,config.url)
|
|
|
|
|
// if(!isHave){
|
|
|
|
|
// alert('禁止输入特殊符号')
|
|
|
|
|
// return
|
|
|
|
|
// }else{
|
|
|
|
|
// 是否需要防止数据重复提交
|
|
|
|
|
const isRepeatSubmit = (config.headers || {}).repeatSubmit === false
|
|
|
|
|
|
|
|
|
@ -110,7 +110,7 @@ service.interceptors.request.use(config => {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return config
|
|
|
|
|
}
|
|
|
|
|
// }
|
|
|
|
|
}, error => {
|
|
|
|
|
console.log(error)
|
|
|
|
|
Promise.reject(error)
|
|
|
|
|