Explorar o código

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

ishunsei hai 1 ano
pai
achega
9d2f72c128
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
 }