diff --git a/web/src/App.vue b/web/src/App.vue index 8bf1cfd..377ee2c 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,12 +1,8 @@ - diff --git a/web/src/components/common/index.ts b/web/src/components/common/index.ts index a3a2abe..a9f62e4 100644 --- a/web/src/components/common/index.ts +++ b/web/src/components/common/index.ts @@ -20,3 +20,4 @@ export { default as AIConfigDialog } from './AIConfigDialog.vue' // Layout Components / 布局组件 export { default as AppLayout } from './AppLayout.vue' +export { default as AppHeader } from './AppHeader.vue' diff --git a/web/src/views/drama/DramaCreate.vue b/web/src/views/drama/DramaCreate.vue index db83a38..4cc3359 100644 --- a/web/src/views/drama/DramaCreate.vue +++ b/web/src/views/drama/DramaCreate.vue @@ -3,13 +3,18 @@