From 2fba5f9629b217fcda168fcd945b214002d3c410 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 23 十二月 2025 17:26:36 +0800
Subject: [PATCH] 纸张贸易

---
 src/router/index.js |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index 2eda9cf..f557422 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -50,7 +50,7 @@
         path: "/examination",
         name: "examination",
         component: () => import("../views/business/examination.vue"),
-        meta: { title: "璇曞嵎" }
+        meta: { title: "鑰冭瘯璇曞嵎" }
       },
       {
         path: "/yiyuan",
@@ -62,7 +62,7 @@
         path: "/workbook",
         name: "workbook",
         component: () => import("../views/business/workbook.vue"),
-        meta: { title: "浣滀笟鏈�" }
+        meta: { title: "浣滀笟绨垮唽" }
       },
       {
         path: "/assembly",
@@ -84,7 +84,13 @@
         path: "/other",
         name: "other",
         component: () => import("../views/business/other.vue"),
-        meta: { title: "鍏朵粬鍗板埛鍝�" }
+        meta: { title: "鍏跺畠鍗板埛鍝�" }
+      },
+      {
+        path: "/zhizhang",
+        name: "zhizhang",
+        component: () => import("../views/business/zhizhang.vue"),
+        meta: { title: "鍏跺畠鍗板埛鍝�" }
       },
       {
         path: "/servecustomers",

--
Gitblit v1.9.1