wsy il y a 3 ans
Parent
commit
c2105f16b7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -99,7 +99,7 @@ const routes = [{
 				component: () =>
 					import( /* webpackChunkName: "windsitetower" */ '../views/WindSite/pages/Tower.vue'),
 			}, {
-				path: 'inverter-info/:wpId/:wtId',
+				path: 'inverter-info/:wpId/:wtId', 
 				component: () =>
 					import( /* webpackChunkName: "inverter-info" */
 					'../views/WindSite/pages/Inverter-Info.vue'),