Commit 4a8560b9 authored by 张烨's avatar 张烨

fix: fix path error

parent ab5b1b4c
...@@ -4,7 +4,7 @@ import { PlusOutlined, CheckCircleFilled } from '@ant-design/icons'; ...@@ -4,7 +4,7 @@ import { PlusOutlined, CheckCircleFilled } from '@ant-design/icons';
import ImgCrop from 'antd-img-crop'; import ImgCrop from 'antd-img-crop';
import classnames from 'classnames'; import classnames from 'classnames';
import { UploadFile, UploadChangeParam, RcFile } from 'antd/lib/upload/interface'; import { UploadFile, UploadChangeParam, RcFile } from 'antd/lib/upload/interface';
import { isDev, unParams, uuid } from '@/utils/tool'; import { isDev, unParams, uuid } from '@/utils/tools';
import req from '@/utils/req'; import req from '@/utils/req';
import styles from './index.less'; import styles from './index.less';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment