Browse Source

feat: 云教练预览页面返回调用api:'back'

TIANYONG 1 year ago
parent
commit
fed133534c
1 changed files with 1 additions and 1 deletions
  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 = () => {
     const goback = () => {
-      postMessage({ api: 'goBack' });
+      postMessage({ api: 'back' });
     };
     };
     /** 去云教练 */
     /** 去云教练 */
     const handleGoto = () => {
     const handleGoto = () => {