feat: 新增cookie值填写

This commit is contained in:
rd
2025-07-10 10:04:21 +08:00
parent 003b5d82b0
commit 1eea2312f3
6 changed files with 105 additions and 56 deletions

View File

@ -36,7 +36,7 @@ const setServerMenu = () => {
};
const handleDopdownClick = (item) => {
router.push({ name: item.pathName });
router.push({ name: item.routeName });
};
</script>