This commit is contained in:
2026-03-12 18:39:45 +08:00
parent 9b3b02bfe7
commit 0413a6db15

View File

@@ -22,7 +22,8 @@
<script setup lang="ts"> <script setup lang="ts">
import { ref, watch } from 'vue'; import { ref, watch } from 'vue';
import { menuData } from '@/router/router'; // import { menuData } from '@/router/router';
import { menuData } from '@/tenants/lyric/router';
import { CommonStore } from '@/stores/common'; import { CommonStore } from '@/stores/common';
import AsideItem from './asideItem.vue'; import AsideItem from './asideItem.vue';