Merge pull request '邓洁 : 修改细节' (#142) from dengjie into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/142
This commit is contained in:
odjbin
2023-12-15 17:18:09 +00:00

View File

@@ -169,7 +169,7 @@ const manageSelect = (index) => {
if (index === 0) { if (index === 0) {
router.push("/site"); router.push("/site");
}else if (index === 1){ }else if (index === 1){
router.push("/tunnel"); router.push("/tunnel/1");
} }
}; };
const closeLeft = () => { const closeLeft = () => {