浏览代码

Merge branch 'hqyDev' of http://git.dayaedu.com/liushengqiang/classroom-app into jenkins-test

黄琪勇 8 月之前
父节点
当前提交
1ba38f68d1
共有 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)
         shareCall(str)
         setTimeout(() => {
         setTimeout(() => {
           if(Date.now() - t < 3500){
           if(Date.now() - t < 3500){
-            window.location.href = location.origin + '/#/transfer'
+            window.location.href = location.origin + '/classroom-app/#/transfer'
           }
           }
         }, 3000)
         }, 3000)
       }
       }