From 8d380b9189cc1bee298d740e9bf945baa4e6eb3b Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Thu, 2 Jan 2020 11:17:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: a97b01955c6ca2f66606b7f8131df58ccd4d04c2 --- projects/IoTCenter/wwwroot/index.html | 54 ++++++++----------- projects/IoTCenter/wwwroot/index.js | 21 ++++++++ projects/IoTCenter/wwwroot/pages/home.html | 23 -------- projects/IoTCenter/wwwroot/pages/home.html.js | 19 ------- .../src/main/resources/static/index.html | 5 +- .../src/main/resources/static/js/app.js | 45 +++++++++++++--- .../static/lib/vue-router/vue-router.min.js | 8 +-- .../src/main/resources/static/pages/home.html | 2 +- .../main/resources/static/pages/home.html.js | 19 ------- .../src/main/resources/static/pages/home.js | 22 ++++++++ projects/lib/package.json | 2 +- 11 files changed, 111 insertions(+), 109 deletions(-) create mode 100644 projects/IoTCenter/wwwroot/index.js delete mode 100644 projects/IoTCenter/wwwroot/pages/home.html delete mode 100644 projects/IoTCenter/wwwroot/pages/home.html.js delete mode 100644 projects/gateway/src/main/resources/static/pages/home.html.js create mode 100644 projects/gateway/src/main/resources/static/pages/home.js diff --git a/projects/IoTCenter/wwwroot/index.html b/projects/IoTCenter/wwwroot/index.html index bd94859e..b8d5f142 100644 --- a/projects/IoTCenter/wwwroot/index.html +++ b/projects/IoTCenter/wwwroot/index.html @@ -1,35 +1,23 @@ - - -
- - - - -加载中
+加载中