فهرست منبع

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

ishunsei 1 سال پیش
والد
کامیت
9d2f72c128
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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()
 }