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.
6d64344c31 | 7 years ago | |
---|---|---|
.. | ||
README.md | 7 years ago | |
fetch.rap.js | 7 years ago | |
jquery.rap.js | 7 years ago | |
mock.rap.js | 7 years ago |
README.md
RAP2 提供两种拦截方式
- 引入
libs/jquery.rap.js
用复写的jQuery.ajax
拦截与 RAP2 接口设置匹配的 ajax 请求,然后转发至 RAP2。 - 引入
libs/mock.rap.js
由 Mock 拦截与 RAP2 接口设置匹配的 ajax 请求,然后直接返回响应数据,不会转发至 RAP2。