From 72518e207873ce96ffe3bc50a8e0d6c80d8a2dae Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Wed, 11 Mar 2020 14:14:45 +0800 Subject: [PATCH] update Former-commit-id: 24e874e083f704153ca6245a61f8093dca28c024 --- projects/IoTCenter/Views/Home/Index.cshtml | 91 +++++++++++---- projects/IoTCenter/wwwroot/js/index.js | 1 - projects/IoTCenter/wwwroot/js/iot.js | 112 ++++++++++++++++++ projects/IoTCenter/wwwroot/js/message.js | 20 ++++ projects/IoTCenter/wwwroot/js/store.js | 125 +++++++++++++++++++++ projects/IoTCenter/wwwroot/js/util.js | 90 +++++++++++++++ 6 files changed, 416 insertions(+), 23 deletions(-) create mode 100644 projects/IoTCenter/wwwroot/js/iot.js create mode 100644 projects/IoTCenter/wwwroot/js/message.js create mode 100644 projects/IoTCenter/wwwroot/js/store.js create mode 100644 projects/IoTCenter/wwwroot/js/util.js diff --git a/projects/IoTCenter/Views/Home/Index.cshtml b/projects/IoTCenter/Views/Home/Index.cshtml index 50c668ca..f5cec7c1 100644 --- a/projects/IoTCenter/Views/Home/Index.cshtml +++ b/projects/IoTCenter/Views/Home/Index.cshtml @@ -6,30 +6,28 @@
- +
@section styles{