From 6ca24301fd3edf76359240ae5272e75b7a4db77f Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期三, 02 四月 2025 09:44:24 +0800
Subject: [PATCH] 修改文案,小bug

---
 src/layout/component/sidebar/components/OtherPlatform.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/layout/component/sidebar/components/OtherPlatform.vue b/src/layout/component/sidebar/components/OtherPlatform.vue
index f7ee081..6b4d0a1 100644
--- a/src/layout/component/sidebar/components/OtherPlatform.vue
+++ b/src/layout/component/sidebar/components/OtherPlatform.vue
@@ -25,7 +25,7 @@
 									<div ref="setPhoneQRCode" class="mt-[8px] mb-[8px]"></div>
 									<p class="text-center text-info m-0 p-0 leading-5 text-sm">
 										娴忚鍣ㄦ壂鐮佷笅杞� <br />
-										WI 姘村姟鏅鸿兘鍔╂墜
+										WI姘村姟鏅鸿兘骞冲彴
 									</p>
 								</div>
 							</div>
@@ -44,10 +44,10 @@
 </template>
 
 <script setup lang="ts" name="OtherPlatform">
-import { ref, nextTick, onMounted } from 'vue';
+import QRCode from 'qrcodejs2-fixes';
+import { nextTick, onMounted, ref } from 'vue';
 import { SERVE_URL } from '/@/constants';
 import { selectFirstRoom } from '/@/stores/chatRoom';
-import QRCode from 'qrcodejs2-fixes';
 
 //#region ====================== 鎵爜鎵嬫満绔笅杞� ======================
 const setPhoneQRCode = ref<HTMLElement | null>(null);

--
Gitblit v1.9.3