diff --git a/projects/WebApp/wwwroot/js/app.js b/projects/WebApp/wwwroot/js/app.js index 5b7676f7..fcc0bd6b 100644 --- a/projects/WebApp/wwwroot/js/app.js +++ b/projects/WebApp/wwwroot/js/app.js @@ -107,6 +107,7 @@ const routes = [ ]; var routeList = routes.concat(); const router = new VueRouter({ + //mode: 'history', routes }); router.beforeEach((to, from, next) => { diff --git a/projects/WebApp/wwwroot/pages/iot/node.html b/projects/WebApp/wwwroot/pages/iot/node.html index 75720fab..52e1c3d8 100644 --- a/projects/WebApp/wwwroot/pages/iot/node.html +++ b/projects/WebApp/wwwroot/pages/iot/node.html @@ -1,6 +1,6 @@