邓洁 : 用户管理雏形及checkbox样式更改

This commit is contained in:
dengj
2023-12-18 18:02:17 +08:00
parent 1c9c3c3e4f
commit ccdf5cc8e9
4 changed files with 284 additions and 5 deletions

View File

@@ -163,6 +163,8 @@ const manageSelect = (index) => {
router.push("/site");
} else if (index === 1) {
router.push("/tunnel/1");
}else if (index === 2) {
router.push("/user");
}
};
const handleCommand=(item)=>{