|
|
@ -168,6 +168,7 @@ namespace UserCenter
|
|
|
|
var host = "localhost";
|
|
|
|
var host = "localhost";
|
|
|
|
dbContext.Set<Site>().Add(new Site
|
|
|
|
dbContext.Set<Site>().Add(new Site
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
Icon = "/images/iotcenter.png",
|
|
|
|
Name = "物联网平台",
|
|
|
|
Name = "物联网平台",
|
|
|
|
Description = "智能设备管控中心",
|
|
|
|
Description = "智能设备管控中心",
|
|
|
|
Home = $"http://{host}:8001/",
|
|
|
|
Home = $"http://{host}:8001/",
|
|
|
@ -177,6 +178,7 @@ namespace UserCenter
|
|
|
|
});
|
|
|
|
});
|
|
|
|
dbContext.Set<Site>().Add(new Site
|
|
|
|
dbContext.Set<Site>().Add(new Site
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
Icon = "/images/studycenter.png",
|
|
|
|
Name = "学习平台",
|
|
|
|
Name = "学习平台",
|
|
|
|
Description = "资源库、在线学习、网络课程中心",
|
|
|
|
Description = "资源库、在线学习、网络课程中心",
|
|
|
|
Home = $"http://{host}:8082/",
|
|
|
|
Home = $"http://{host}:8082/",
|
|
|
|