Commit b145b4b6 authored by baiyinhao's avatar baiyinhao

新增国家政策详细页路由

parent 020beff8
...@@ -101,6 +101,14 @@ export const PCFontRoute: AppRouteRecordRaw = { ...@@ -101,6 +101,14 @@ export const PCFontRoute: AppRouteRecordRaw = {
title: '', title: '',
}, },
}, },
{
path: '/aaaFont/nationalPolicy/details',
name: 'nationalPolicyDetail1',
component: () => import('@/views/AAAFont/nationalPolicy/details/index.vue'),
meta: {
title: '',
},
},
{ {
path: '/aaaFont/dataRegistration', path: '/aaaFont/dataRegistration',
name: 'dataRegistration', name: 'dataRegistration',
......
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