소스 검색

Merge branch 'hotfix-9952' into jenkins-test

TIANYONG 1 년 전
부모
커밋
8db7c4cd37
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/co-ai/index.tsx

+ 1 - 1
src/views/co-ai/index.tsx

@@ -152,7 +152,7 @@ export default defineComponent({
 
     // 返回
     const goback = () => {
-      postMessage({ api: 'goBack' });
+      postMessage({ api: 'back' });
     };
     /** 去云教练 */
     const handleGoto = () => {