Browse Source

修改跳转问题

lex 8 months ago
parent
commit
2b07d95c2e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/teacher/share-page/share.ts

+ 1 - 1
src/teacher/share-page/share.ts

@@ -60,7 +60,7 @@ export const initJumpNativePage = (url: string) => {
   if (browser().isApp) {
     if (state.platformType === 'STUDENT') {
       // 自动跳转到学生端视频课详情购买页
-      window.location.replace(url)
+      // window.location.replace(url)
       // 为了处理andoird webview的跳转问题
       if (browser().ios) {
         window.location.replace(url)