Browse Source

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

黄琪勇 8 tháng trước cách đây
mục cha
commit
0bbc62d522
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
       }