From 15fa56463061f1e94140e23e98987aa3131714bf Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期四, 25 七月 2024 17:24:32 +0800
Subject: [PATCH] Merge branch 'master' of http://bore.pub:10439/r/ERP_override

---
 north-glass-erp/northglass-erp/src/router/index.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/router/index.js b/north-glass-erp/northglass-erp/src/router/index.js
index 43b25fe..c1984d6 100644
--- a/north-glass-erp/northglass-erp/src/router/index.js
+++ b/north-glass-erp/northglass-erp/src/router/index.js
@@ -376,12 +376,12 @@
             {
               path: 'printCustomLabel',
               name: 'printCustomLabel',
-              component: () => import('../views/pp/processCard/PrintCustomLabel.vue'),
+              component: () => import('../components/pp/PrintCustomLabel.vue'),
             },
             {
               path: 'printCustomLabelSemi',
               name: 'printCustomLabelSemi',
-              component: () => import('../views/pp/processCard/PrintCustomLabelSemi.vue'),
+              component: () => import('../components/pp/PrintCustomLabelSemi.vue'),
             },
             {
               path: 'printCustomLabelSemi2',
@@ -494,12 +494,12 @@
             {
               path: 'printRepairCustomLabelSemi',
               name: 'printRepairCustomLabelSemi',
-              component: () => import('../views/pp/Replenish/PrintRepairCustomLabelSemi.vue'),
+              component: () => import('../components/pp/PrintRepairCustomLabelSemi.vue'),
             },
             {
               path: 'printRepairCustomLabel',
               name: 'printRepairCustomLabel',
-              component: () => import('../views/pp/Replenish/PrintRepairCustomLabel.vue'),
+              component: () => import('../components/pp/PrintRepairCustomLabel.vue'),
             },
             {
               path: '',

--
Gitblit v1.8.0