Commit 46f389eb authored by xulili's avatar xulili

route 大小写

parent 1fbff58e
......@@ -90,7 +90,7 @@ export let learnRoute = [
{
path: '/displayCopyrightAdd',
name: '新建展板版权方',
component: () => import('@/page/content/display/copyright/Add'),
component: () => import('@/page/content/display/copyright/add'),
meta: {
showBreadcrumb: true,
title: '新建展板版权方',
......@@ -99,7 +99,7 @@ export let learnRoute = [
{
path: '/displayCopyrightUpdate',
name: '修改展板版权方',
component: () => import('@/page/content/display/copyright/Add'),
component: () => import('@/page/content/display/copyright/add'),
meta: {
showBreadcrumb: true,
title: '修改展板版权方',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment