|
|
@@ -170,10 +170,10 @@ const router = new Router({
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
- path: '/recordRegulationList',
|
|
|
- name: 'RecordRegulationList',
|
|
|
+ path: '/recordEdit2',
|
|
|
+ name: 'RecordEdit2',
|
|
|
component: () =>
|
|
|
- import(/* webpackChunkName: "recordList" */ '@/views/record/RecordRegulationList.vue'),
|
|
|
+ import(/* webpackChunkName: "recordList" */ '@/views/record/RecordEdit2.vue'),
|
|
|
meta: {
|
|
|
title: '监管管理'
|
|
|
}
|