From 80c568bc03e03e75bab6baecaa1c10473a9c32f8 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期三, 20 五月 2026 10:12:24 +0800
Subject: [PATCH] feat(login): 重构登录页面提升用户体验

---
 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