From ebe8234e3916d5d9b036017d6ade6950405fd781 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 13 五月 2026 16:50:31 +0800
Subject: [PATCH] 1
---
src/router/index.js | 284 +++++++++++++++++++++++++++++---------------------------
1 files changed, 145 insertions(+), 139 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index c9b163c..923fafe 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -48,19 +48,19 @@
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: "/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"),
@@ -86,6 +86,18 @@
],
},
{
+ path: "/ai-industrial-brain",
+ component: Layout,
+ children: [
+ {
+ path: "index",
+ component: () => import("@/views/aiIndustrialBrain/index.vue"),
+ name: "AiIndustrialBrain",
+ meta: { title: "AI宸ヤ笟澶ц剳", icon: "skill" },
+ },
+ ],
+ },
+ {
path: "/user",
component: Layout,
hidden: true,
@@ -106,20 +118,6 @@
name: "DeviceInfo",
meta: { title: "璁惧淇℃伅", icon: "monitor" },
},
- // 娣诲姞椤圭洰璇︽儏椤甸潰璺敱閰嶇疆
- {
- path: "/oaSystem/projectManagement/projectDetail",
- component: Layout,
- hidden: true,
- children: [
- {
- path: ":projectId",
- component: () => import("@/views/oaSystem/projectManagement/projectDetail.vue"),
- name: "ProjectDetail",
- meta: { title: "椤圭洰璇︽儏", activeMenu: "/oaSystem/projectManagement" },
- },
- ],
- },
{
path: "/projectManagement/Management/detail",
component: Layout,
@@ -134,118 +132,126 @@
],
},
// 璐㈠姟绠$悊妯″潡璺敱
- {
- path: "/financial",
- component: Layout,
- hidden: false,
- redirect: "/financial/general-ledger",
- alwaysShow: true,
- meta: { title: "璐㈠姟绠$悊", icon: "money" },
- children: [
- {
- path: "general-ledger",
- component: () => import("@/views/financialManagement/generalLedger/index.vue"),
- name: "GeneralLedger",
- meta: { title: "鎬诲笎绉戠洰" },
- },
- {
- path: "sales-out",
- component: () => import("@/views/financialManagement/receivable/salesOut.vue"),
- name: "SalesOut",
- meta: { title: "閿�鍞嚭搴�" },
- },
- {
- path: "sales-return",
- component: () => import("@/views/financialManagement/receivable/salesReturn.vue"),
- name: "SalesReturn",
- meta: { title: "閿�鍞��璐�" },
- },
- {
- path: "receivable-reconciliation",
- component: () => import("@/views/financialManagement/receivable/reconciliation.vue"),
- name: "ReceivableReconciliation",
- meta: { title: "搴旀敹瀵硅处" },
- },
- {
- path: "invoice-apply",
- component: () => import("@/views/financialManagement/receivable/invoiceApply.vue"),
- name: "InvoiceApply",
- meta: { title: "寮�绁ㄧ敵璇�" },
- },
- {
- path: "output-invoice",
- component: () => import("@/views/financialManagement/receivable/outputInvoice.vue"),
- name: "OutputInvoice",
- meta: { title: "閿�椤瑰彂绁�" },
- },
- {
- path: "receipt",
- component: () => import("@/views/financialManagement/receivable/receipt.vue"),
- name: "Receipt",
- meta: { title: "鏀舵鍗�" },
- },
- {
- path: "purchase-in",
- component: () => import("@/views/financialManagement/payable/purchaseIn.vue"),
- name: "PurchaseIn",
- meta: { title: "閲囪喘鍏ュ簱" },
- },
- {
- path: "payable-reconciliation",
- component: () => import("@/views/financialManagement/payable/reconciliation.vue"),
- name: "PayableReconciliation",
- meta: { title: "搴斾粯瀵硅处" },
- },
- {
- path: "input-invoice",
- component: () => import("@/views/financialManagement/payable/input-invoice.vue"),
- name: "InputInvoice",
- meta: { title: "杩涢」鍙戠エ" },
- },
- {
- path: "payment-apply",
- component: () => import("@/views/financialManagement/payable/paymentApply.vue"),
- name: "PaymentApply",
- meta: { title: "浠樻鐢宠" },
- },
- {
- path: "payment",
- component: () => import("@/views/financialManagement/payable/payment.vue"),
- name: "Payment",
- meta: { title: "浠樻鍗�" },
- },
- {
- path: "fixed-assets",
- component: () => import("@/views/financialManagement/assets/fixedAssets.vue"),
- name: "FixedAssets",
- meta: { title: "鍥哄畾璧勪骇" },
- },
- {
- path: "intangible-assets",
- component: () => import("@/views/financialManagement/assets/intangibleAssets.vue"),
- name: "IntangibleAssets",
- meta: { title: "鏃犲舰璧勪骇" },
- },
- {
- path: "voucher",
- component: () => import("@/views/financialManagement/voucher/index.vue"),
- name: "Voucher",
- meta: { title: "鍑瘉" },
- },
- {
- path: "voucher-general-ledger",
- component: () => import("@/views/financialManagement/voucher/generalLedger.vue"),
- name: "VoucherGeneralLedger",
- meta: { title: "绉戠洰鎬诲笎" },
- },
- {
- path: "voucher-detail-ledger",
- component: () => import("@/views/financialManagement/voucher/detailLedger.vue"),
- name: "VoucherDetailLedger",
- meta: { title: "绉戠洰鏄庣粏甯�" },
- },
- ],
- },
+ // {
+ // path: "/financial",
+ // component: Layout,
+ // hidden: false,
+ // redirect: "/financial/general-ledger",
+ // alwaysShow: true,
+ // meta: { title: "璐㈠姟绠$悊", icon: "money" },
+ // children: [
+ // {
+ // path: "sales-out",
+ // component: () => import("@/views/financialManagement/receivable/salesOut.vue"),
+ // name: "SalesOut",
+ // meta: { title: "閿�鍞嚭搴�" },
+ // },
+ // {
+ // path: "sales-return",
+ // component: () => import("@/views/financialManagement/receivable/salesReturn.vue"),
+ // name: "SalesReturn",
+ // meta: { title: "閿�鍞��璐�" },
+ // },
+ //
+ // {
+ // path: "invoice-apply",
+ // component: () => import("@/views/financialManagement/receivable/invoiceApply.vue"),
+ // name: "InvoiceApply",
+ // meta: { title: "寮�绁ㄧ敵璇�" },
+ // },
+ // {
+ // path: "output-invoice",
+ // component: () => import("@/views/financialManagement/receivable/outputInvoice.vue"),
+ // name: "OutputInvoice",
+ // meta: { title: "閿�椤瑰彂绁�" },
+ // },
+ // {
+ // path: "receipt",
+ // component: () => import("@/views/financialManagement/receivable/receipt.vue"),
+ // name: "Receipt",
+ // meta: { title: "鏀舵鍗�" },
+ // },
+ // {
+ // path: "receivable-reconciliation",
+ // component: () => import("@/views/financialManagement/receivable/reconciliation.vue"),
+ // name: "ReceivableReconciliation",
+ // meta: { title: "搴旀敹瀵硅处" },
+ // },
+ // {
+ // path: "purchase-in",
+ // component: () => import("@/views/financialManagement/payable/purchaseIn.vue"),
+ // 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"),
+ // name: "InputInvoice",
+ // meta: { title: "杩涢」鍙戠エ" },
+ // },
+ // {
+ // path: "payment-apply",
+ // component: () => import("@/views/financialManagement/payable/paymentApply.vue"),
+ // name: "PaymentApply",
+ // meta: { title: "浠樻鐢宠" },
+ // },
+ //
+ // {
+ // path: "payment",
+ // component: () => import("@/views/financialManagement/payable/payment.vue"),
+ // name: "Payment",
+ // meta: { title: "浠樻鍗�" },
+ // },
+ // {
+ // path: "payable-reconciliation",
+ // component: () => import("@/views/financialManagement/payable/reconciliation.vue"),
+ // name: "PayableReconciliation",
+ // meta: { title: "搴斾粯瀵硅处" },
+ // },
+ // {
+ // path: "fixed-assets",
+ // component: () => import("@/views/financialManagement/assets/fixedAssets.vue"),
+ // name: "FixedAssets",
+ // meta: { title: "鍥哄畾璧勪骇" },
+ // },
+ // {
+ // path: "intangible-assets",
+ // component: () => import("@/views/financialManagement/assets/intangibleAssets.vue"),
+ // name: "IntangibleAssets",
+ // meta: { title: "鏃犲舰璧勪骇" },
+ // },
+ // {
+ // path: "general-ledger",
+ // component: () => import("@/views/financialManagement/generalLedger/index.vue"),
+ // name: "GeneralLedger",
+ // meta: { title: "鎬诲笎绉戠洰" },
+ // },
+ // {
+ // path: "voucher",
+ // component: () => import("@/views/financialManagement/voucher/index.vue"),
+ // name: "Voucher",
+ // meta: { title: "鍑瘉" },
+ // },
+ // {
+ // path: "voucher-general-ledger",
+ // component: () => import("@/views/financialManagement/voucher/generalLedger.vue"),
+ // name: "VoucherGeneralLedger",
+ // meta: { title: "绉戠洰鎬诲笎" },
+ // },
+ // {
+ // path: "voucher-detail-ledger",
+ // component: () => import("@/views/financialManagement/voucher/detailLedger.vue"),
+ // name: "VoucherDetailLedger",
+ // meta: { title: "绉戠洰鏄庣粏甯�" },
+ // },
+ // ],
+ // },
];
// 鍔ㄦ�佽矾鐢憋紝鍩轰簬鐢ㄦ埛鏉冮檺鍔ㄦ�佸幓鍔犺浇
--
Gitblit v1.9.3