提交
This commit is contained in:
@@ -1,17 +1,28 @@
|
||||
<template>
|
||||
<div>
|
||||
<div class="content">
|
||||
<a class="" href="/">首页</a>>客服
|
||||
<Abar href="/">首页</Abar>>客服
|
||||
</div>
|
||||
<div class="content">
|
||||
微信客服:<a href="https://work.weixin.qq.com/kfid/kfc86bc348120aea3e7"
|
||||
target="_blank">点击咨询</a><br />客服QQ:531493955<br />官方QQ群:238938639<br />客服邮箱:531493955@qq.com<br />
|
||||
</div>
|
||||
<a class="" href="/">返回游戏首页</a>
|
||||
<Abar href="/">返回游戏首页</Abar>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import pageLoading from '~/middleware/page-loading';
|
||||
|
||||
definePageMeta({
|
||||
layout: layout.empty,
|
||||
middleware: 'page-loading'
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
PageLoading.Close();
|
||||
})
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user