diff --git a/src/pages/componentDevelopment/componentCoding/index.tsx b/src/pages/componentDevelopment/componentCoding/index.tsx index 3dce977..4fdcc30 100644 --- a/src/pages/componentDevelopment/componentCoding/index.tsx +++ b/src/pages/componentDevelopment/componentCoding/index.tsx @@ -131,7 +131,7 @@ const ComponentCoding = () => { } // 域名直接使用当前域名 - return `${protocol}//${hostname}`; + return `${protocol}//${hostname}/`; }; const uri = getCodeServerUri();