|
|
|
@ -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"}
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|