Skip to content

Commit

Permalink
Fix link address problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiyangcheng committed Jan 18, 2024
1 parent 0c03467 commit d157168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Proxies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function makelinkaddr(id) {
Proxies.value[id].proxy_type === "http" ||
Proxies.value[id].proxy_type === "https"
) {
return Proxies.value[id].domain.substring(2, Proxies.value[id].domain.length-2);
return Proxies.value[id].domain;
} else {
return (
ServerList.value[Proxies.value[id].node].hostname +
Expand Down

0 comments on commit d157168

Please sign in to comment.