提交 bc5ad9ba 编写于 作者: tony001's avatar tony001

视图工具栏单机模式支持

上级 bdb2ce64
import { Environment } from '@/environments/environment';
/**
*
*
......@@ -184,6 +186,7 @@ export default class ViewEngine {
* @memberof ViewEngine
*/
public calcToolbarItemAuthState(data:any){
if(Environment.enablePermissionValid){
const _this: any = this;
for (const key in _this.view.toolBarModels) {
if (!_this.view.toolBarModels.hasOwnProperty(key)) {
......@@ -218,5 +221,6 @@ export default class ViewEngine {
}
}
}
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册