mirror of
https://gitee.com/czh-dev/upload-hub
synced 2026-09-07 00:17:04 +08:00
fix:修改共享地址端口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user