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 @@ -
- + +
-
- -
+