From 4a71c6beb268ba17ca472f45401c8ee97846e97e Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 六月 2026 13:14:57 +0800
Subject: [PATCH] 项目多余功能删除
---
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 0e659c2..6443d38 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 '../../../../packages/effects/common-ui/src';
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