chenrui  2 năm trước cách đây
mục cha
commit
5dbf002ce2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"),
     },
     {