You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RAP2 提供两种拦截方式
- 引入
libs/jquery.rap.js
用复写的 jQuery.ajax
拦截与 RAP2 接口设置匹配的 ajax 请求,然后转发至 RAP2。
- 引入
libs/mock.rap.js
由 Mock 拦截与 RAP2 接口设置匹配的 ajax 请求,然后直接返回响应数据,不会转发至 RAP2。