修复后台页面出现问题

This commit is contained in:
taiyi 2026-05-26 10:12:40 +08:00
parent 41371b8c47
commit 5822ca6aee

View File

@ -189,7 +189,7 @@
</template>
<script>
import { ref, reactive, computed, onMounted } from 'vue'
import { ref, reactive, computed, onMounted, onBeforeUnmount } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus'
import { Search, Plus, Download } from '@element-plus/icons-vue'
import adminApi from '@/services/adminApi'