Commit 1cb94503 by kaisa

feat:更新

parent 8e8473e0
Showing with 2 additions and 2 deletions
......@@ -945,11 +945,11 @@ webAppComm.prototype.hideClientTitle = function (type) {
}
// 61:通知客户端打开对应App内的flutter页面
webAppComm.prototype.openFlutterPage = function (url) {
webAppComm.prototype.openShareFlutterPage = function (url) {
let obj = {
"cid": 61,
"data": {
"flutterUrl": url,
"pageUrl": url,
"msg": '打开Flutter页面'
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment