Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiran committed Jan 5, 2021
1 parent 0b58b54 commit 8a6919e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/pages/Route/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const fetchItem = (rid: number) =>

export const fetchList = ({ current = 1, pageSize = 10, ...res }) => {
const { labels, API_VERSION, status } = res;
console.log(res);
return request<Res<ResListData<RouteModule.ResponseBody>>>('/routes', {
params: {
name: res.name,
Expand Down

0 comments on commit 8a6919e

Please sign in to comment.