Commit c62084e0 authored by beisir's avatar beisir

feat(商品库图片上传): 详情图上传的宽度限制750改为800

parent 4ebdcb61
......@@ -5,7 +5,7 @@ import lodash from 'lodash';
import { uploadImg } from '../../GoodsManage/service';
import styles from './styles.less';
const DETAIL_IMG_MAX_WIDTH = 750;
const DETAIL_IMG_MAX_WIDTH = 800;
const LOOP_IMG_WIDTH_HEIGHT = 1200;
const cleanArray = actual => {
......
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