|
|
@@ -39,7 +39,7 @@ export const routes: RouteRecordRaw[] = [
|
|
|
},{
|
|
|
path: '/creditWarning',
|
|
|
name: 'creditWarning',
|
|
|
- component: () => import('@/views/creditWarning.vue'),
|
|
|
+ component: () => import('@/views/creditWarning/index.vue'),
|
|
|
meta: {
|
|
|
title: '信用警示'
|
|
|
}
|
|
|
@@ -55,7 +55,7 @@ export const routes: RouteRecordRaw[] = [
|
|
|
name: 'about',
|
|
|
component: () => import('@/views/about/index.vue'),
|
|
|
meta: {
|
|
|
- title: '知公告'
|
|
|
+ title: '通知公告'
|
|
|
}
|
|
|
}
|
|
|
]
|