diff --git a/projects/IoTCenter/Program.cs b/projects/IoTCenter/Program.cs
index 5673086d..8a47fb13 100644
--- a/projects/IoTCenter/Program.cs
+++ b/projects/IoTCenter/Program.cs
@@ -30,7 +30,8 @@ namespace IoTCenter
//
new EFConfigurationValue { Id = "name", Value= "物联网管控平台"},
new EFConfigurationValue { Id = "logo", Value= "/images/logo.png",Type= InputType.ImageUrl},
- new EFConfigurationValue { Id = "copyright", Value= "Copyright © {now} Company. All rights reserved",Type= InputType.Html}
+ new EFConfigurationValue { Id = "copyright", Value= "Copyright © {now} Company. All rights reserved",Type= InputType.Html},
+ new EFConfigurationValue { Id = "template", Value= "home.default.html"}
});
}
}
diff --git a/projects/IoTCenter/Views/Home/Index.cshtml b/projects/IoTCenter/Views/Home/Index.cshtml
index fa19064d..3d9a5167 100644
--- a/projects/IoTCenter/Views/Home/Index.cshtml
+++ b/projects/IoTCenter/Views/Home/Index.cshtml
@@ -156,7 +156,7 @@