Sfoglia il codice sorgente

修正分享按钮指向的图片地址

ishunsei 1 anno fa
parent
commit
9d2f72c128
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      myCode/index.js

+ 1 - 1
myCode/index.js

@@ -30,6 +30,6 @@ videoBtnDom.onclick = () => {
 window.onClickShare = () => {
 	var a = document.createElement('a')
     a.download = 'image'
-    a.href = '/StreamingAssets/share.png'
+    a.href = '/project/unityWeb/changzhou/streamingAssets/share.png'
     a.click()
 }