diff --git a/.vs/IoTGateway/DesignTimeBuild/.dtbcache.v2 b/.vs/IoTGateway/DesignTimeBuild/.dtbcache.v2 index 0c2df2f..69eed8d 100644 Binary files a/.vs/IoTGateway/DesignTimeBuild/.dtbcache.v2 and b/.vs/IoTGateway/DesignTimeBuild/.dtbcache.v2 differ diff --git a/.vs/IoTGateway/v17/.futdcache.v1 b/.vs/IoTGateway/v17/.futdcache.v1 index e1f9d41..6e59ae5 100644 Binary files a/.vs/IoTGateway/v17/.futdcache.v1 and b/.vs/IoTGateway/v17/.futdcache.v1 differ diff --git a/.vs/IoTGateway/v17/.suo b/.vs/IoTGateway/v17/.suo index 0dd8683..a2c0b41 100644 Binary files a/.vs/IoTGateway/v17/.suo and b/.vs/IoTGateway/v17/.suo differ diff --git a/.vs/IoTGateway/v17/fileList.bin b/.vs/IoTGateway/v17/fileList.bin index 07e7be0..043c020 100644 Binary files a/.vs/IoTGateway/v17/fileList.bin and b/.vs/IoTGateway/v17/fileList.bin differ diff --git a/IoTGateway/Startup.cs b/IoTGateway/Startup.cs index e6396e2..12a8982 100644 --- a/IoTGateway/Startup.cs +++ b/IoTGateway/Startup.cs @@ -104,6 +104,7 @@ namespace IoTGateway { ".css", "text/css" }, { ".wasm", "application/wasm" }, { ".png", "image/png" }, + { ".jpg", "image/jpg" }, { ".woff", "application/font-woff" }, { ".woff2", "application/font-woff" }, { ".ico", "image/x-icon" }, diff --git a/IoTGateway/Views/Home/FrontPage.cshtml b/IoTGateway/Views/Home/FrontPage.cshtml index 9522fed..955cdde 100644 --- a/IoTGateway/Views/Home/FrontPage.cshtml +++ b/IoTGateway/Views/Home/FrontPage.cshtml @@ -56,19 +56,36 @@ -
+
-
设备状态
+
公众号
- +
-
+
+
+
设备状态
+
+ +
+
+
+
设备变量状态
- + +
+
+
+ +
+
+
小程序
+
+
diff --git a/IoTGateway/Views/Login/Login.cshtml b/IoTGateway/Views/Login/Login.cshtml index 3432b93..e8a7dd6 100644 --- a/IoTGateway/Views/Login/Login.cshtml +++ b/IoTGateway/Views/Login/Login.cshtml @@ -37,6 +37,8 @@