| | |
| | | <div class="p-0 box-shadow-none rounded-[10px]"> |
| | | <div ref="setPhoneQRCode" class="mt-[8px] mb-[8px]"></div> |
| | | <p class="text-center text-[#5e6772] m-0 p-0 leading-5"> |
| | | 安卓扫码下载 <br /> |
| | | 扫码下载 <br /> |
| | | WI 水务智能助手 |
| | | </p> |
| | | </div> |
| | |
| | | isSharePage, |
| | | isShowLogin, |
| | | newChatRoomClick, |
| | | selectFirstRoom, |
| | | } from '/@/stores/chatRoom'; |
| | | import emitter from '/@/utils/mitt'; |
| | | import { accessSessionKey, userNameKey } from '/@/utils/request'; |
| | |
| | | userName.value = Local.get(userNameKey); |
| | | }); |
| | | onMounted(async () => { |
| | | selectFirstRoom(); |
| | | |
| | | emitter.on('openLoginDlg', () => { |
| | | if (isShowLogin.value || isLoginStatus.value) return; |
| | | openLoginDlg(); |