实现场景:
在renderAmis props的context中写入权限鉴定方法,代码如下:
renderAmis(
schema,
{
// props...
locale: curLanguage, // 请参考「多语言」的文档
context: {
hasPermi:(permission: string): boolean =>{
//鉴权代码
}
}
存在的问题:
在Editor没有找到context类似的配置方式,不知道怎么可以同样的调用hasPermi进行鉴权。
当前方案:
当前未找到方案
AMIS 及 AMISEditor的版本为最新版本 6.0.0
1条答案
按热度按时间ryevplcw1#
我看他这个editor类型定义里面有ctx,和data参数,不知道能不能用