// 数据控制中心 发送短信 sms/send export function sendSmsDp(data) { return http.post({ url: 'sms/send', params: data }) }
错误提示:
获取验证码失败err TypeError: relativeURL.replace is not a function
at combineURLs (combineURLs.js:12)
at buildFullPath (buildFullPath.js:17)
at index.js:23
at new Promise ()
at _default (index.js:22)
at _default (dispatchRequest.js:5)
uni-app 中调用方法post方法:
// 数据控制中心 发送短信 sms/send export function sendSmsDp(data) { return http.post({ url: 'sms/send', params: data }) }
错误提示: 获取验证码失败err TypeError: relativeURL.replace is not a function at combineURLs (combineURLs.js:12) at buildFullPath (buildFullPath.js:17) at index.js:23 at new Promise ()
at _default (index.js:22)
at _default (dispatchRequest.js:5)