fix:修改共享地址端口

This commit is contained in:
czhqwer
2025-03-30 10:35:18 +08:00
parent 71909ce798
commit 66d29e6422
2 changed files with 27 additions and 27 deletions
+2 -1
View File
@@ -215,7 +215,8 @@ const getShareStatus = () => {
* @returns
*/
const shareAddress = () => {
return http.get("/file/shareAddress");
const clientPort = window.location.port;
return http.get("/file/shareAddress?clientPort=" + clientPort);
}
/**