Commit bc694a55 authored by GuanHua's avatar GuanHua

fix: 渠道模板预览页面问题修改

parent 7beefd79
......@@ -80,7 +80,7 @@ const ChannelPreview: React.FC<ChannelPreviewPropsType> = (props) => {
const headers: any = {
shopId
}
getTemplateAdornWebChannelFindAllFirstCategory(params).then(res => {
getTemplateAdornWebChannelFindAllFirstCategory(params, { headers }).then(res => {
if (res.code === 1000) {
resolve(res.data)
}
......
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