From 350e477d2b6e11521c3b9bf4d084c4d3fe2577e7 Mon Sep 17 00:00:00 2001 From: qzhxx <18340312415@163.com> Date: Wed, 14 Apr 2021 10:36:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=95=E6=9D=BF=E6=96=B0=E5=BB=BA=E7=89=88?= =?UTF-8?q?=E6=9D=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index a512cb9..c968600 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -311,7 +311,7 @@ const router = new Router({ { path: '/displayCopyrightAdd', name: '新建展æ¿ç‰ˆæƒæ–¹', - component: () => import('@/page/content/display/copyright/Add'), + component: () => import('@/page/content/display/copyright/add'), meta: { showBreadcrumb: true, title: '新建展æ¿ç‰ˆæƒæ–¹', @@ -320,7 +320,7 @@ const router = new Router({ { path: '/displayCopyrightUpdate', name: '修改展æ¿ç‰ˆæƒæ–¹', - component: () => import('@/page/content/display/copyright/Add'), + component: () => import('@/page/content/display/copyright/add'), meta: { showBreadcrumb: true, title: '修改展æ¿ç‰ˆæƒæ–¹', -- 2.18.1