longyvfengyun
2023-12-25 d8d792a6842832e8f6af6604274c438b25053afe
1
2
3
4
5
6
function getScreenUrl() {
  let hostName = location.hostname;
  return "http://" + hostName+ ":8090/screen/";
}
 
export default getScreenUrl;