From 6994c8c18fca8481c96a7520d51492a6aaab36d7 Mon Sep 17 00:00:00 2001 From: jingna <1264204245@qq.com> Date: Fri, 6 Jun 2025 16:55:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/SfcEditor/NavbarEditor/previewNavSfc.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() } })