2017-05-05 17:24 | 题主 | ||||||||
|
WB的菜单(功能模块)能不能定义外部连接? 如题 |
2017-05-06 11:03 | #1 | ||||||||
|
IDE中选择模块,点击属性按钮,在链接配置内配置: {url:'https://www.baidu.com', method: 'get', mask: false} 见examples/basic/link下的示例 |
2017-05-31 12:59 | #2 | ||||||||
|
在模块的initialize里window.open或后台forward |
2017-06-05 09:19 | #3 | ||||||||
|
href属性 |