This commit is contained in:
pushuo 2022-07-18 18:42:32 +08:00
parent 3f18ce69ca
commit 856e51ee65
2 changed files with 3 additions and 3 deletions

View File

@ -167,9 +167,9 @@
name: sourceModule.name,
}
$http.post('design/builder', _data).then((res) => {
// layer.msg(res.message)
// $(previewWindow.document).find('#module-' + data.module_id + ' .module-info').replaceWith(res);
$http.post('design/builder/preview?design=1', _data, {hload: true}).then((res) => {
console.log(res)
// $(previewWindow.document).find('#module-' + data.module_id).replaceWith(res);
})
},