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

@@ -183,8 +183,8 @@ import {validateEmail, validateMobile} from "@/utils/validate";
import {showMessageError, showMessageOK} from "@/utils/dialog";
const router = useRouter();
const title = ref('Geek-AI 用户注册');
const logo = ref("/images/logo")
const title = ref('');
const logo = ref("")
const data = ref({
username: '',
password: '',