Commit 3605e24d authored by GuanHua's avatar GuanHua

fix: 修改商城装修获取品牌数据接口路径

parent ac2f7abc
...@@ -87,7 +87,7 @@ const GoodsSetting: React.FC<GoodsSettingPropsType> = (props) => { ...@@ -87,7 +87,7 @@ const GoodsSetting: React.FC<GoodsSettingPropsType> = (props) => {
pageSize: 100 pageSize: 100
} }
PublicApi.getTemplatePlatformFindBrandList(param).then((res: any) => { PublicApi.getTemplateAdornWebEnterpriseFindBrandList(param).then((res: any) => {
if (res.code === 1000) { if (res.code === 1000) {
const dataInfo = res.data const dataInfo = res.data
setNoSelectBrands(dataInfo.data || []) setNoSelectBrands(dataInfo.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