GoTo
- APP跳转在线URL在内部网页
方法名 | 参数传递 | 说明 |
---|---|---|
Goto | {Url:'http:/https: (opens new window)'} | APP内跳转站外页面方法 |
/*
* params:
* {
* Url: 跳转地址(线上地址:'http||https://www.baidu.com')
* Jump: 跳转方式(非必填,默认为1)(Jump>3为当前页面replace)
* {
*/
PublicLib.Goto({Url:'http://baidu.com'});
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8