| | |
| | | child.src = '#/main/' + _msg |
| | | if (child.LinkUrl === 'CommonTable') { |
| | | child.type = 'CommonTable' |
| | | } else if (child.LinkUrl === 'DataManage' || child.LinkUrl === 'Main/Index?MenuNo=sProcExcepM') { |
| | | } else if (child.LinkUrl === 'DataManage') { |
| | | child.type = 'DataManage' |
| | | } else if (child.LinkUrl === 'bda/rdt?pageno=rolemenus&MenuNo=RoleMenuM') { |
| | | child.type = 'RoleManage' |
| | | // } else if (child.LinkUrl === 'bda/rdt?pageno=rolemenus&MenuNo=RoleMenuM') { |
| | | // child.type = 'RoleManage' |
| | | } else if (child.LinkUrl.split('?')[0] === 'Main/Index' || child.LinkUrl.split('?')[0] === 'bda/rdt') { |
| | | child.type = 'iframe' |
| | | } |