chenrui  2 년 전
부모
커밋
5dbf002ce2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/router/routes/routes-file-three.ts

+ 1 - 1
src/router/routes/routes-file-three.ts

@@ -71,7 +71,7 @@ const HomeRoutes = {
     {
       path: "/BasicsData/cargoInformation",
       name: "CargoInformation",
-      meta: { title: "货信息维护", elSvgIcon: "Fold", icon: "table" },
+      meta: { title: "货信息维护", elSvgIcon: "Fold", icon: "table" },
       component: () => import("@/views/BasicsData/cargoInformation/index.vue"),
     },
     {