fix: 前端页面架构重构优化

This commit is contained in:
Gsh
2025-12-31 00:59:06 +08:00
parent 0c31b97824
commit 77a9a64a41
6 changed files with 125 additions and 171 deletions

View File

@@ -1,5 +1,7 @@
<!-- 添加新会话按钮 -->
<script setup lang="ts">
import { Plus } from '@element-plus/icons-vue';
import { useSessionStore } from '@/stores/modules/session';
const sessionStore = useSessionStore();