代码更新

This commit is contained in:
hrx 2026-02-03 17:47:03 +08:00
parent 59c02c307d
commit 93e6267530

View File

@ -41,7 +41,7 @@
<i class="iconfont icon-kefu functions" @click="handleServiceClick"></i>
<!-- 控制台按钮(已登录) -->
<a @click="goB" v-if="loginState" class="login-btn">控制台</a>
<!-- 消息 -->
<!-- 消息 -->
<i class="iconfont icon-xiaoxi functions" @click="handleMessageClick"></i>
<!-- 登录按钮(未登录) -->
<a @click="$router.push({
@ -253,7 +253,7 @@ export default Vue.extend({
},
// 判断当前是否为ncmatch.cn域名
isNcmatchDomain() {
return window.location.hostname.includes('ncmatch.cn');
return window.location.hostname.includes('www.ncmatch.cn');
},
// 首页激活状态计算
isActiveHome() {