Update Home.vue

pull/361/head
overBaker 2 years ago committed by GitHub
parent 443474555c
commit 1f9329970b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ const page = ref(+(route.query.p as string) || 1);
const pageSize = ref(20);
const totalPage = ref(0);
const title = computed(() => {
let t = '广';
let t = 'AIMO';
if (route.query && route.query.q) {
if (route.query.t && route.query.t === 'tag') {
@ -170,4 +170,4 @@ watch(
background-color: rgba(16, 16, 20, 0.75);
}
}
</style>
</style>

Loading…
Cancel
Save