'考试管理人员管理'

This commit is contained in:
esacpe
2025-09-24 17:35:24 +08:00
parent c23bcb30df
commit 7d5a18597a
22 changed files with 420 additions and 145 deletions

View File

@ -43,7 +43,8 @@ onMounted(() => {
// 路由跳转
function goToHome() {
window.location.href = "/";
router.push(`/unitInformation`);
// window.location.href = "/";
}
const active = ref("");