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

@@ -59,7 +59,7 @@ const router = useRouter();
const title = ref('Geek-AI Console');
const username = ref(process.env.VUE_APP_ADMIN_USER);
const password = ref(process.env.VUE_APP_ADMIN_PASS);
const logo = ref("/images/logo.png")
const logo = ref("")
checkAdminSession().then(() => {
router.push("/admin")