Parcourir la source

Merge branch 'hotfix-9952' into jenkins-test

TIANYONG il y a 1 an
Parent
commit
8db7c4cd37
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = () => {