src/router/index.js
@@ -584,7 +584,7 @@
    ],
  },
  //#endregion
  //#region 生产入库单
  {
    path: "/icmo",
@@ -739,7 +739,7 @@
    ],
  },
  //#endregion
  //#region 销售退货单列表
  {
    path: "/sell/StockBillMainList/KfICStockBillMainList",
@@ -813,7 +813,7 @@
    ],
  },
  //#endregion 
  //#region 器具主档
  {
    path: "/scMould/basicModeling/Gy_MouldFile",
@@ -863,7 +863,7 @@
  },
  //#endregion
  //#endregion 
  //#region 器具仓存管理
  //#region 器具领用申请单列表
  {
@@ -1296,7 +1296,7 @@
    ],
  },
  //#endregion
  //#region 仓位
  {
    path: "/basic/gy/gyStockPlace",
@@ -1396,7 +1396,7 @@
  },
  //#endregion
  //#endregion
  //#region 物流基础资料
  //#region 驾驶员列表
  {
@@ -1468,7 +1468,7 @@
  //#endregion
  //#endregion
  //#region 费用基础资料
  //#region 费用项目列表
  {//src\views\basic\gyItemMoney\gyItemMoney.vue
@@ -1491,6 +1491,27 @@
  },
  //#endregion
  //#endregion
  //#region 辅助属性基础资料
   {//src\views\basic\gyItemMoney\gyItemMoney.vue
    path: "/basic",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/basic/gy", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/basic/gy/gyProperty",
        component: () => import("@/views/basic/gyProperty/gyPropertyList.vue"),
        name: "GyProperty",
        meta: { title: "辅助属性列表", activeMenu: "basic/gy" },
      },
    ],
  },
  //#endregion
  //#endregion
  //#region 通用页面
@@ -1512,7 +1533,7 @@
  //#endregion
  //#endregion
  //#endregion
  //#region 节点页面
  {
    path: "/iframe",
@@ -1593,8 +1614,14 @@
        name: "IframeGyCarEdit",
        meta: { title: "车辆编辑", noCache: true, noLoading: true },
      },
      {
        path: "GyProperty",
        component: () => import("@/views/basic/gyProperty/gyPropertyList"), // 辅助属性
        name: "IframeGyProperty",
        meta: { title: "辅助属性", noCache: true, noLoading: true },
      },
    ],
  },
  },
  //#endregion
];