From bb70a8285c36c7db2ea876faf9c684c99804ba3d Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期二, 02 七月 2024 09:41:32 +0800 Subject: [PATCH] feat: 联调系统公告 --- src/layout/component/sidebar/Sidebar.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/layout/component/sidebar/Sidebar.vue b/src/layout/component/sidebar/Sidebar.vue index 49ec326..685c1b1 100644 --- a/src/layout/component/sidebar/Sidebar.vue +++ b/src/layout/component/sidebar/Sidebar.vue @@ -4,7 +4,7 @@ <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> @@ -18,8 +18,11 @@ </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"> -- Gitblit v1.9.3