springboot gradle用easyui布局后左侧引入菜单树href怎么生效?

<script type="text/javascript">
        $(function(){
            $('#layout').layout({fit:true})
            $('#layout').layout('add',{
                region:'north',
                height:'20px',
                title:'Welcom'
            })
            $('#layout').layout('add',{
                region:'west',
                width:'220px',
                href:'th:href="@{west.html}"',
                collapsible:true,
                split:false,
                border:false,
                expandMode:null
            })
            $('#layout').layout('add',{
                region:'center',
                content:'<iframe id="iframe" src=""></iframe>'
            })
    })
阅读 1.9k
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题