diff --git a/src/drawApp/lineApp.ts b/src/drawApp/lineApp.ts index e56bc87..6a84e2a 100644 --- a/src/drawApp/lineApp.ts +++ b/src/drawApp/lineApp.ts @@ -44,7 +44,7 @@ export function initLineApp(dom: HTMLElement): GraphicApp { return lineApp; } -export async function loadDrawDatas(app: GraphicApp) { +export async function loadLineDatas(app: GraphicApp) { const drawStore = useDrawStore(); const id = drawStore.draftId; if (!id) { diff --git a/src/layouts/LineLayout.vue b/src/layouts/LineLayout.vue new file mode 100644 index 0000000..8029311 --- /dev/null +++ b/src/layouts/LineLayout.vue @@ -0,0 +1,58 @@ + + + diff --git a/src/layouts/LineLoayout.vue b/src/layouts/LineLoayout.vue deleted file mode 100644 index 1b27158..0000000 --- a/src/layouts/LineLoayout.vue +++ /dev/null @@ -1,12 +0,0 @@ - - - diff --git a/src/pages/PublishManage.vue b/src/pages/PublishManage.vue index 5367708..1102de3 100644 --- a/src/pages/PublishManage.vue +++ b/src/pages/PublishManage.vue @@ -1,5 +1,6 @@