@{ ViewBag.Title = "Index"; Layout = "~/Views/Shared/_workLayout.cshtml"; } @section leftmenu{
@Html.Raw(Request.QueryString["module"] == null ? "设置" : Request.QueryString["module"])
} @section rightcontent{ @**@ } @{ WX.CRM.Model.Entity.BAS_LEFTMEMU defaultmenu = ViewBag.DefaultMenu as WX.CRM.Model.Entity.BAS_LEFTMEMU;}