From 288ad5be2d5149897da92a7bdfdcf8a688b889ef Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 19 五月 2026 11:38:03 +0800
Subject: [PATCH] 进销存pro 1.部署修改
---
src/router/index.js | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/router/index.js b/src/router/index.js
index aea22ca..66ff11b 100644
--- a/src/router/index.js
+++ b/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"),
--
Gitblit v1.9.3