gaoluyang
4 天以前 288ad5be2d5149897da92a7bdfdcf8a688b889ef
src/router/index.js
@@ -47,7 +47,7 @@
    component: () => import("@/views/register"),
    hidden: true,
  },
  // 系统架构图
  // // 系统架构图
  // {
  //   path: "/system-architecture",
  //   component: Layout,
@@ -183,7 +183,12 @@
        name: "PurchaseIn",
        meta: { title: "采购入库" },
      },
      {
        path: "purchase-return",
        component: () => import("@/views/financialManagement/payable/purchaseReturn.vue"),
        name: "PurchaseReturn",
        meta: { title: "采购退货" },
      },
      {
        path: "input-invoice",
        component: () => import("@/views/financialManagement/payable/input-invoice.vue"),