From 07bb7e462ea911a698da03cf50e92103e6434e88 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期五, 21 八月 2026 11:41:07 +0800
Subject: [PATCH] feat 修改页面白屏
---
src/views/ai/music/manager/index.vue | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/views/ai/music/manager/index.vue b/src/views/ai/music/manager/index.vue
index af5d3d3..9fffe71 100644
--- a/src/views/ai/music/manager/index.vue
+++ b/src/views/ai/music/manager/index.vue
@@ -2,7 +2,7 @@
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { AiMusicApi } from '#/api/ai/music';
-import { confirm, DocAlert, Page } from '..\..\..\..\packages\effects\common-ui\src';
+import { confirm, Page } from '@vben/common-ui';
import { Button, message } from 'ant-design-vue';
@@ -85,11 +85,7 @@
</script>
<template>
- <Page auto-content-height>
- <template #doc>
- <DocAlert title="AI 闊充箰鍒涗綔" url="https://doc.iocoder.cn/ai/music/" />
- </template>
- <Grid table-title="闊充箰绠$悊鍒楄〃">
+ <Page auto-content-height><Grid table-title="闊充箰绠$悊鍒楄〃">
<template #toolbar-tools>
<TableAction :actions="[]" />
</template>
--
Gitblit v1.9.3