//前端
this.videoSrc = `${window.location.protocol}//${window.location.hostname}:19032/test.mp4`
//nginx
server {
listen XXXX;
server_name localhost;
location / {
root C:/XXXXX // 文件所在的文件夾目錄;
}
}