fix: incorrect proxies route
This commit is contained in:
@@ -506,7 +506,7 @@ export const CurrentProxyCard = () => {
|
|||||||
|
|
||||||
// 导航到代理页面
|
// 导航到代理页面
|
||||||
const goToProxies = useCallback(() => {
|
const goToProxies = useCallback(() => {
|
||||||
navigate("/");
|
navigate("/proxies");
|
||||||
}, [navigate]);
|
}, [navigate]);
|
||||||
|
|
||||||
// 获取要显示的代理节点
|
// 获取要显示的代理节点
|
||||||
|
|||||||
Reference in New Issue
Block a user