mirror of
https://github.com/MCSManager/MCSManager.git
synced 2024-11-27 06:59:54 +08:00
Fix: route path
This commit is contained in:
parent
3cdd61234c
commit
bd9f3272b2
@ -116,13 +116,13 @@ const handleChangeNode = async (item: NodeStatus) => {
|
||||
|
||||
const toCreateAppPage = () => {
|
||||
router.push({
|
||||
path: `/quickstart`
|
||||
path: "/quickstart"
|
||||
});
|
||||
};
|
||||
|
||||
const toNodesPage = () => {
|
||||
router.push({
|
||||
path: "node"
|
||||
path: "/node"
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user