add suno page

This commit is contained in:
RockYang
2024-07-17 18:58:09 +08:00
parent 37368fe13f
commit b248560ba2
20 changed files with 677 additions and 10 deletions

View File

@@ -146,7 +146,7 @@ import ConfigDialog from "@/components/UserInfoDialog.vue";
import {showMessageError} from "@/utils/dialog";
const router = useRouter();
const logo = ref('/images/logo.png');
const logo = ref('');
const mainNavs = ref([])
const moreNavs = ref([])
const curPath = ref(router.currentRoute.value.path)