From 589cff6a569d31a841df08ab5e0e5fc3b50bdcbd Mon Sep 17 00:00:00 2001 From: wanggang <76527413@qq.com> Date: Fri, 22 Nov 2019 10:36:33 +0800 Subject: [PATCH] update Former-commit-id: e251758cabeeb728cfde00025d36bab0a80ed143 --- projects/IoTCenter/Views/Home/Node.cshtml | 2 +- .../Assets/StreamingAssets/wwwroot/js/node.js | 3 ++- .../IoTClient/Assets/StreamingAssets/wwwroot/node.html | 10 ++++------ 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/projects/IoTCenter/Views/Home/Node.cshtml b/projects/IoTCenter/Views/Home/Node.cshtml index 817e1654..1c6b7805 100644 --- a/projects/IoTCenter/Views/Home/Node.cshtml +++ b/projects/IoTCenter/Views/Home/Node.cshtml @@ -519,7 +519,7 @@
- +
diff --git a/projects/IoTClient/Assets/StreamingAssets/wwwroot/js/node.js b/projects/IoTClient/Assets/StreamingAssets/wwwroot/js/node.js index d17f2598..d49ef0b7 100644 --- a/projects/IoTClient/Assets/StreamingAssets/wwwroot/js/node.js +++ b/projects/IoTClient/Assets/StreamingAssets/wwwroot/js/node.js @@ -96,8 +96,9 @@ methods = { code += parseInt(list[name]); } } - url = new URI(url).setQuery('Code', code).toString()+"&token=" + token + "&connectionId=" + connectionId; + url = new URI(url).setQuery('Code', code).toString(); } + url +="&token=" + token + "&connectionId=" + connectionId; form.find('#Code').val(code); Vue.nextTick(function () { ajax(url, null, 'get'); diff --git a/projects/IoTClient/Assets/StreamingAssets/wwwroot/node.html b/projects/IoTClient/Assets/StreamingAssets/wwwroot/node.html index d87c3068..9244cd0a 100644 --- a/projects/IoTClient/Assets/StreamingAssets/wwwroot/node.html +++ b/projects/IoTClient/Assets/StreamingAssets/wwwroot/node.html @@ -365,7 +365,7 @@
- +
@@ -485,14 +485,12 @@ -
- + +
-
- -
+