فهرست منبع

增加未安装app 跳转到下载页面

黄琪勇 8 ماه پیش
والد
کامیت
0bbc62d522
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/creation/index-share.tsx

+ 1 - 1
src/views/creation/index-share.tsx

@@ -305,7 +305,7 @@ export default defineComponent({
         shareCall(str)
         setTimeout(() => {
           if(Date.now() - t < 3500){
-            window.location.href = location.origin + '/#/transfer'
+            window.location.href = location.origin + '/classroom-app/#/transfer'
           }
         }, 3000)
       }