Browse Source

Merge branch '2023-8-14_指法预览'

liushengqiang 3 years ago
parent
commit
b14e9e8b3e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/helpers/communication.ts

+ 1 - 1
src/helpers/communication.ts

@@ -155,7 +155,7 @@ export const api_cloudFollowTime = (onFollowTime: CallBack, listen = true) => {
 };
 };
 export const api_goback = () => {
 export const api_goback = () => {
 	postMessage({
 	postMessage({
-		api: "goback",
+		api: "goBack",
 	});
 	});
 }
 }
 /** 结束webview */
 /** 结束webview */