瀏覽代碼

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

TIANYONG 1 年之前
父節點
當前提交
fed133534c
共有 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 = () => {