no message

This commit is contained in:
A1300399510
2024-01-03 17:08:29 +08:00
parent 4665ee5043
commit b2e7cb8f45
79 changed files with 915 additions and 799 deletions

View File

@@ -1,6 +1,7 @@
<template>
<Head>
<Title>寄托面经</Title>
<Title>寄托天下 - 面经分享 </Title>
<Meta name="keyword" content="留学资讯,留学交流论坛,留学面经,面试经验,寄托天下" />
</Head>
<TopHead></TopHead>
<div class="search-result flexacenter" v-if="keyword">
@@ -23,7 +24,12 @@
import { ElMessage } from "element-plus"
let isNeedLogin = inject("isNeedLogin")
const goLogin = inject("goLogin")
useHead({ script: [{ src: "https://app.gter.net/bottom?tpl=header&menukey=mj" }] })
useHead({
script: [
{ src: "https://app.gter.net/bottom?tpl=header&menukey=mj" },
{ src: "https://app.gter.net/bottom?tpl=footer", body: true }
],
})
const gridContainer = ref(null)
let masonryInstance = null
@@ -135,7 +141,7 @@ const router = useRouter()
// 清除搜索
// const clearKeyword = () => router.push(`/index.html`)
const clearKeyword = () => goToURL(`/index.html`)
const clearKeyword = () => goToURL(`/index.html`, false)
try {
if (process.server) {