no message
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user