Ver código fonte

AdminDefaultForDC

大厂分支
liangkun 4 anos atrás
pai
commit
586872cc2e
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
  2. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs Ver arquivo

@@ -447,7 +447,7 @@ namespace Learun.Application.Web.Controllers
switch (learn_UItheme)
{
case "1":
return View("AdminDefaultForDC"); // 经典版本
return View("AdminDefault"); // 经典版本
case "2":
return View("AdminAccordion"); // 风尚版
case "3":


+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config Ver arquivo

@@ -30,5 +30,5 @@
<!--<add name="BaseDb" connectionString="Server=192.168.2.126;Initial Catalog=adms7ultimate2_西昌;User ID=sa;Password=bjqj@2015!" providerName="System.Data.SqlClient" />
<add name="CollegeMIS" connectionString="Server=192.168.2.126;Initial Catalog=CollegeMIS_西昌;User ID=sa;Password=bjqj@2015!" providerName="System.Data.SqlClient" />
<add name="hangfireString" connectionString="Server=192.168.2.126;Initial Catalog=Hangfire;User ID=sa;Password=bjqj@2015!" providerName="System.Data.SqlClient" />-->
<!--测试公共提交-->
</connectionStrings>

Carregando…
Cancelar
Salvar