From 68ee268b32b0dcb3940f12f541f0311da18bde56 Mon Sep 17 00:00:00 2001 From: yxt_njy <119782786@qq.com> Date: Mon, 9 Jan 2023 20:56:38 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- base-ui/src/router/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/base-ui/src/router/index.js b/base-ui/src/router/index.js index ebb8a73b..0dd8eb1c 100644 --- a/base-ui/src/router/index.js +++ b/base-ui/src/router/index.js @@ -95,9 +95,9 @@ export const constantRoutes = [ meta: {title: '批发数据上报',noCache: true} }, { - path: '/404', - component: () => import('@/views/404'), - name: 'manufacturerPreference', + path: '/kucun/xssjgl/index.vue', + component: () => import('@/views/kucun/xssjgl/index.vue'), + name: 'salesDetailsReporting', meta: {title: '销售明细上报',noCache: true} }, {