From 4914eba9ef62675e1dea9bf85e84f9913b0cfb08 Mon Sep 17 00:00:00 2001
From: value <z1292839451@163.com>
Date: 星期四, 24 八月 2023 09:10:36 +0800
Subject: [PATCH] 新增委托二维码功能

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

diff --git a/src/router/index.js b/src/router/index.js
index d21d534..524e084 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -167,7 +167,7 @@
         meta: { title: '濮旀墭妫�楠�', icon: 'table' },
         children: [
           {
-            path: 'addCommision',
+            path: 'addCommision/:viewId',
             name: 'AddCommision',
             hidden: true,
             component: () => import('@/views/inspectionManagement/commissionInspection/addCommision'),

--
Gitblit v1.9.3