shuisheng пре 1 година
родитељ
комит
39d6546ee4
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      src/layout/pc/head/index.vue

+ 5 - 1
src/layout/pc/head/index.vue

@@ -264,7 +264,7 @@
               </a>
               <a
                 class="item"
-                @click.prevent="handleStartLive(LiveRoomTypeEnum.pk)"
+                @click.prevent="handleTip2()"
               >
                 <div class="txt">{{ t('layout.pkLive') }}</div>
               </a>
@@ -624,6 +624,10 @@ onMounted(() => {
     'https://img.shields.io/github/stars/galaxy-s10/billd-live?label=Star&logo=GitHub&labelColor=white&logoColor=black&style=social&cacheSeconds=3600';
 });
 
+function handleTip2() {
+  window.$message.warning('重构中,暂不开放');
+}
+
 function handleStartLive(key: LiveRoomTypeEnum) {
   if (!loginTip()) {
     return;