webadmin端
批量删除用户 模板上传图片数量限制改成30 小飞侠接口配置
This commit is contained in:
@@ -25,7 +25,7 @@ type TemplateRow = {
|
||||
updatedAt: Date;
|
||||
};
|
||||
|
||||
const MAX_TEMPLATE_DETAIL_IMAGES = 20;
|
||||
const MAX_TEMPLATE_DETAIL_IMAGES = 30;
|
||||
|
||||
@Injectable()
|
||||
export class AdminProductDetailTemplatesService {
|
||||
|
||||
Reference in New Issue
Block a user