| | |
| | | <img src="../assets/images/fujian1.png" alt="" /> |
| | | </div> |
| | | <div class="select-item"> |
| | | <img src="../assets/images/shangchuan2.png" alt="" /> |
| | | <img src="../assets/images/shangchuan2.png" @click="handleChat" alt="" /> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </template> |
| | | <script lang="ts" setup> |
| | | import { ref } from 'vue' |
| | | import { useRouter } from 'vue-router' |
| | | |
| | | const router = useRouter() |
| | | const inputValue = ref('') |
| | | |
| | | const handleChat = () => { |
| | | router.push('/chat') |
| | | } |
| | | </script> |
| | | <style lang="less" scoped> |
| | | @media screen and (max-width: 750px) { |