<script type="text/javascript">

    MyIndex = '{:U(MODULE_NAME."/Login/index")}';//为跳转链接

    if (top.location != self.location){

        top.location = MyIndex;

    }

</script>