Commit e3245e2a authored by 李纪文's avatar 李纪文

fix: 修改获取画板参数

parent ba8635c8
dev
Tags unavailable
......@@ -703,7 +703,7 @@ const ConfigurationView = (props) => {
const response = await getSketchPadContent({
dimension: list.dimension,
siteCode: list.siteCode,
fileName: `${list.name}.json`,
fileName: list.deployURL.split('\\').pop(),
_site: globalConfig.userInfo && globalConfig.userInfo.site ? globalConfig.userInfo.site : '',
});
if (response.code === 0) {
......
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