lxf 1 year ago
parent
commit
f64b12e719
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -209,7 +209,7 @@ export const constantRoutes = [
     children: [
       {
         path: "/outbound/packing-materials/add",
-        name: "add-outbound",
+        name: "add-packing-outbound",
         component: () => import(/* webpackChunkName: "page" */ "@/views/production/warehouse/outbound/packing-materials/add.vue"),
         props: true,
         meta: { title: "包材出库" },