From ce142d0adbda9002336f56e3e2e153e32276e77f Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Sun, 6 Nov 2016 00:23:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E7=88=B6=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=BC=B9=E6=A1=86=E5=86=85=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AD=90=E8=8F=9C=E5=8D=95=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Bootstrap.Admin.csproj | 1 + Bootstrap.Admin/Views/Shared/Header.cshtml | 2 +- Bootstrap.Admin/Views/Shared/MenuTree.cshtml | 17 ++++++----------- Bootstrap.Admin/Views/Shared/SubMenuTree.cshtml | 14 ++++++++++++++ 4 files changed, 22 insertions(+), 12 deletions(-) create mode 100644 Bootstrap.Admin/Views/Shared/SubMenuTree.cshtml diff --git a/Bootstrap.Admin/Bootstrap.Admin.csproj b/Bootstrap.Admin/Bootstrap.Admin.csproj index 32268188..12a0f17f 100644 --- a/Bootstrap.Admin/Bootstrap.Admin.csproj +++ b/Bootstrap.Admin/Bootstrap.Admin.csproj @@ -249,6 +249,7 @@ + Web.config diff --git a/Bootstrap.Admin/Views/Shared/Header.cshtml b/Bootstrap.Admin/Views/Shared/Header.cshtml index 3bc8d38e..ed5aecfa 100644 --- a/Bootstrap.Admin/Views/Shared/Header.cshtml +++ b/Bootstrap.Admin/Views/Shared/Header.cshtml @@ -14,7 +14,7 @@
  • diff --git a/Bootstrap.Admin/Views/Shared/MenuTree.cshtml b/Bootstrap.Admin/Views/Shared/MenuTree.cshtml index 90add59d..bf282629 100644 --- a/Bootstrap.Admin/Views/Shared/MenuTree.cshtml +++ b/Bootstrap.Admin/Views/Shared/MenuTree.cshtml @@ -5,17 +5,12 @@