From 07b9d5701964d15dfbaa71c14975f9bf9be3d060 Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 1 Nov 2019 11:18:10 +0800 Subject: [PATCH] update Former-commit-id: ce7b036161d6c73bc9e212d2c1ea5b314f223e11 --- projects/Infrastructure/Data/EfDbContext.cs | 2 +- projects/IoTCenter/Views/Home/Node.cshtml | 111 +++++++++--------- projects/IoTCenter/iotcenter.db | Bin 462848 -> 462848 bytes .../Assets/StreamingAssets/wwwroot/node.html | 81 ++++++++++++- projects/IoTNode/iotnode.db | Bin 499712 -> 499712 bytes 5 files changed, 133 insertions(+), 61 deletions(-) diff --git a/projects/Infrastructure/Data/EfDbContext.cs b/projects/Infrastructure/Data/EfDbContext.cs index f25b7dc9..8891e9c7 100644 --- a/projects/Infrastructure/Data/EfDbContext.cs +++ b/projects/Infrastructure/Data/EfDbContext.cs @@ -13,7 +13,7 @@ namespace Infrastructure.Data { public static readonly ILoggerFactory MyLoggerFactory = LoggerFactory.Create(builder => { - //builder.AddConsole(); + builder.AddConsole(); }); public EfDbContext(DbContextOptions options) : base(options) diff --git a/projects/IoTCenter/Views/Home/Node.cshtml b/projects/IoTCenter/Views/Home/Node.cshtml index 82ad71b9..7e4ccc03 100644 --- a/projects/IoTCenter/Views/Home/Node.cshtml +++ b/projects/IoTCenter/Views/Home/Node.cshtml @@ -5,7 +5,8 @@