Преглед изворни кода

增加未安装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)
       }