代码更新 #70

Merged
charles merged 1 commits from main into prod 2026-02-03 17:53:23 +08:00

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() {