Commit 04eae7e5 authored by 郭志伟's avatar 郭志伟

Merge branch 'feature/imgWidth' into 'master'

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

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