智能化工单助力业务运作:亿发解析工单系统的功能与适用场景

阅读 8

2024-05-06

ception: Failed to execute ‘open’ on ‘XMLHttpRequest’: Invalid URL
at http://159.226.158.125:8008/static/js/vendor.c59f323a0c8fa195b048.js:7:113819

检查请求链接是否是完整无误

api.js内容:

const application = {
  add: 'generalApplicationService/addData',
}

出错原因:也有可能是路径少 /

错误写法:

apiUrl:'"http://×××.×××.×××.×××:8080"' 

正确写法:

apiUrl:'"http://×××.×××.×××.×××:8080/"' 

注:结合api.js内容看完整链接,我出错的原因是少 /

精彩评论(0)

0 0 举报