pref(componentCoding): 优化域名情况下拼接的code-server的URI规则

master
钟良源 2 months ago
parent 7a09df715f
commit 55e35d1545

@ -131,7 +131,7 @@ const ComponentCoding = () => {
} }
// 域名直接使用当前域名 // 域名直接使用当前域名
return `${protocol}//${hostname}/`; return `${protocol}//${hostname}/code-server/`;
}; };
const uri = getCodeServerUri(); const uri = getCodeServerUri();

Loading…
Cancel
Save