修复退出登录问题,修复部分用户布局

This commit is contained in:
junleea 2024-12-04 15:35:53 +08:00
parent 651b1afb3b
commit 4c976c5a34
2 changed files with 3 additions and 3 deletions

View File

@ -51,7 +51,7 @@ export default {
}
//退
localStorage.clear();
router.push("/login");
this.$router.push("/login");
},
},
};

View File

@ -589,9 +589,9 @@ export default {
<el-table-column
prop="Gender"
label="用户性别"
width="80"
width="100"
></el-table-column>
<el-table-column label="操作" width="300">
<el-table-column label="操作" width="400">
<template #default="scope">
<el-button
type="primary"