2014-03-16 18:22 | 题主 | ||||||||
|
module的tokens属性 说明文档中,关于module的tokens属性说明有:tokens The comma separated available tokens string. User can access this module with token directly. The token parameter name is "_token". For example: tokens: "123abc, xh2118", means the module can accept two tokens "123abc" and "xh2118". When user access this module with token in URL 'http://www.site.com/main?xwl=moduleId&_token=123abc, then user has permission to access this module without login. 我按此设置,访问http://localhost:8080/wb/main?xwl=moduleId&_token=abc123 提示没有找到目标模块。 |
2014-03-17 15:20 | #1 | ||||||||
|
XML模块的id号无效。 |