Skip to content
Snippets Groups Projects
Commit cab7d447 authored by Pan's avatar Pan
Browse files

mock 不拦截不匹配url

parent da0338cd
Branches
Tags
No related merge requests found
......@@ -22,5 +22,6 @@ mock.onGet('/article_table/pv').reply(article_tableAPI.getPv);
// 搜索相关
mock.onGet('/search/user').reply(remoteSearchAPI.searchUser);
mock.onAny().passThrough();
export default mock;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment