From 433c3af1ffe0b4096162860092f6479b10d59165 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:49:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor(LiveRoom):=20=E5=88=A0=E9=99=A4?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E5=AF=BC=E5=85=A5=E8=AF=AD?= =?UTF-8?q?=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除了 index.client.vue 文件中的未使用导入语句,包括: - aliyun --- app/pages/LiveRoom/index.client.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/app/pages/LiveRoom/index.client.vue b/app/pages/LiveRoom/index.client.vue index c81293f..ebe8bcb 100644 --- a/app/pages/LiveRoom/index.client.vue +++ b/app/pages/LiveRoom/index.client.vue @@ -4,7 +4,6 @@ import Aliplayer from 'aliyun-aliplayer' import 'aliyun-aliplayer/build/skins/default/aliplayer-min.css' import lock4 from '@/static/images/lock4@2x.png' import lockdfd from '@/static/images/lockdfd@2x.png' - const player = ref(null) const quoteStatus = ref(false) const isPlayerReady = ref(false)