diff --git a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/previewNavSfc.vue b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/previewNavSfc.vue index cd61112..8f11fc2 100644 --- a/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/previewNavSfc.vue +++ b/core/core-frontend/src/viewsnew/application/SfcEditor/NavbarEditor/previewNavSfc.vue @@ -159,8 +159,8 @@ onMounted(() => { function init() { moduleById(props.projectId).then(res => { if (res.data.data.canvas_style_data) { - // sfcCode.value = res.data.data.canvas_style_data - sfcCode.value = defaultTemplate + sfcCode.value = res.data.data.canvas_style_data + // sfcCode.value = defaultTemplate runCode() } })