zhangming 3 years ago
parent
commit
728ba44c7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -221,7 +221,7 @@ const routes = [{
         path: '/health/health4',
         name: 'health4',
         children: [{
-                path: "/health/health0/:wpId/:wtId",
+                path: "/health/health0/:wtId",
                 name: "health0",
                 component: () =>
                     import ("../views/HealthControl/Health0.vue"),