skyblued 2 年 前
コミット
3bc5447d6e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/coursewarePlay/index.tsx

+ 1 - 1
src/views/coursewarePlay/index.tsx

@@ -55,7 +55,7 @@ export default defineComponent({
     })
     })
     // 返回
     // 返回
     const goback = () => {
     const goback = () => {
-      postMessage({ api: 'back' })
+      history.go(-1)
     }
     }
     onUnmounted(() => {
     onUnmounted(() => {
       postMessage({
       postMessage({