fix: #367
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
import config from '@/config/axios/config'
|
||||
import { faker } from '@faker-js/faker'
|
||||
|
||||
const { code } = config
|
||||
|
||||
const delay = 1000
|
||||
|
||||
export default [
|
||||
@@ -13,7 +10,7 @@ export default [
|
||||
delay,
|
||||
body: () => {
|
||||
return {
|
||||
code: code,
|
||||
code: 0,
|
||||
data: {
|
||||
list: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user