Skip to content

Commit

Permalink
fix: remove never used code
Browse files Browse the repository at this point in the history
  • Loading branch information
FairyEver committed Aug 23, 2022
1 parent dd99b57 commit 57534be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/api/demo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { find, map, random } from 'lodash'
import faker from 'faker/locale/zh_CN'
import { service, serviceForMock, request, requestForMock, mock } from '@/api/_service.js'
import { requestForMock, mock } from '@/api/_service.js'
import * as tools from '@/api/_tools.js'

const db = [
Expand Down
2 changes: 1 addition & 1 deletion src/api/sys.user.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { find, assign } from 'lodash'
import faker from 'faker/locale/zh_CN'
import { service, serviceForMock, request, requestForMock, mock } from '@/api/_service.js'
import { requestForMock, mock } from '@/api/_service.js'
import * as tools from '@/api/_tools.js'

const users = [
Expand Down

0 comments on commit 57534be

Please sign in to comment.