yangyin
2024-07-02 bb70a8285c36c7db2ea876faf9c684c99804ba3d
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">