Преглед на файлове

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