From 690de202ae5fd70e1e8ee260eb2f2b6980c64ed6 Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Mon, 28 Mar 2022 19:44:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=87=8E=EF=BC=8Chttps=E4=B8=8B=E4=B8=8D?= =?UTF-8?q?=E8=83=BD=E8=AE=BF=E9=97=AEhttp=E7=AB=99=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/html/body/nas/music.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/body/nas/music.html b/web/html/body/nas/music.html index 38f6577..9ea61c8 100644 --- a/web/html/body/nas/music.html +++ b/web/html/body/nas/music.html @@ -187,7 +187,7 @@ } $.post('/nas/music/share.do',{file:file,isDir:isDir},function (json){ if(json.code===0){ - var url="https://"+window.location.host+"/html/body/nas/music.html?share="+json.data.token + var url="http://"+window.location.host+"/html/body/nas/music.html?share="+json.data.token layer.prompt({ title:"分享链接", value:url @@ -259,7 +259,7 @@ $('#play_share').click(function (){ $.post('/nas/music/share.do',{file:playNow},function (json){ if(json.code===0){ - var url="https://"+window.location.host+"/html/body/nas/music.html?share="+json.data.token + var url="http://"+window.location.host+"/html/body/nas/music.html?share="+json.data.token layer.prompt({ title:"分享链接", value:url