This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
DigitalScholl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
AdminDefaultForDC
大厂分支
liangkun
4 years ago
parent
0054a89ba4
22f36a95c0
commit
586872cc2e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
+1
-1
Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Controllers/HomeController.cs
View File
@@ -447,7 +447,7 @@ namespace Learun.Application.Web.Controllers
switch (learn_UItheme)
{
case "1":
return View("AdminDefault
ForDC
"); // 经典版本
return View("AdminDefault"); // 经典版本
case "2":
return View("AdminAccordion"); // 风尚版
case "3":
+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/XmlConfig/database.config
View File
@@ -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>
Write
Preview
Loading…
Cancel
Save