| | |
| | | <div class="logo"> |
| | | <div class="flex items-center"> |
| | | <img src="/static/images/logo/logo-mini.svg" alt="logo" class="layout-logo-medium-img" /> |
| | | <span class="font-extrabold text-xl text-white tracking-wide">水务 AI平台</span> |
| | | <span class="font-extrabold text-xl text-white tracking-wide"> WI 水务智能平台</span> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </template> |
| | | |
| | | <script setup lang="ts"> |
| | | import { onMounted } from 'vue'; |
| | | import asideNew from './waterLeftAside/asideNew.vue'; |
| | | import asideTitle from './waterLeftAside/asideTitle.vue'; |
| | | import { PostLogin } from '/@/api/ai/user'; |
| | | |
| | | </script> |
| | | |
| | | <style scoped lang="scss"> |