| | |
| | | component: () => import("@/views/register"), |
| | | hidden: true, |
| | | }, |
| | | // 系统架构图 |
| | | // { |
| | | // path: "/system-architecture", |
| | | // component: Layout, |
| | | // redirect: "/system-architecture/index", |
| | | // children: [ |
| | | // { |
| | | // path: "index", |
| | | // component: () => import("@/views/systemArchitecture/index.vue"), |
| | | // name: "SystemArchitecture", |
| | | // meta: { title: "系统架构图", icon: "tree" }, |
| | | // }, |
| | | // ], |
| | | // }, |
| | | { |
| | | path: "/:pathMatch(.*)*", |
| | | component: () => import("@/views/error/404"), |
| | |
| | | component: () => import("@/views/index"), |
| | | name: "Index", |
| | | meta: { title: "首页", icon: "dashboard", affix: true }, |
| | | }, |
| | | ], |
| | | }, |
| | | // 系统架构图 |
| | | { |
| | | path: "/system-architecture", |
| | | component: Layout, |
| | | redirect: "/system-architecture/index", |
| | | children: [ |
| | | { |
| | | path: "index", |
| | | component: () => import("@/views/systemArchitecture/index.vue"), |
| | | name: "SystemArchitecture", |
| | | meta: { title: "系统架构图", icon: "tree" }, |
| | | }, |
| | | ], |
| | | }, |
| | |
| | | // name: "SalesReturn", |
| | | // meta: { title: "销售退货" }, |
| | | // }, |
| | | |
| | | // |
| | | // { |
| | | // path: "invoice-apply", |
| | | // component: () => import("@/views/financialManagement/receivable/invoiceApply.vue"), |
| | |
| | | // name: "PaymentApply", |
| | | // meta: { title: "付款申请" }, |
| | | // }, |
| | | |
| | | // |
| | | // { |
| | | // path: "payment", |
| | | // component: () => import("@/views/financialManagement/payable/payment.vue"), |