Kaynağa Gözat

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

ishunsei 1 yıl önce
ebeveyn
işleme
9d2f72c128
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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()
 }