fix: demo use normal request (#194)

This commit is contained in:
yuyang 2022-06-27 13:26:40 +08:00 committed by GitHub
parent 1d3dcb8546
commit 5b056b42e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
// axios配置 可自行根据项目进行更改,只需更改该文件即可,其他文件可以不动
import isString from 'lodash/isFunction';
import isString from 'lodash/isString';
import merge from 'lodash/merge';
import type { AxiosTransform, CreateAxiosOptions } from './AxiosTransform';
import { VAxios } from './Axios';