@@ -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)