feat: There is no way the

This commit is contained in:
super_liu
2021-10-30 00:52:07 +08:00
parent 185ce228ed
commit 6579b7d166
9 changed files with 6641 additions and 833 deletions
+12 -1
View File
@@ -1444,7 +1444,7 @@ const routes = [
meta: {
requireAuth: true,
title: '国内外政策',
menuId: '4DB4Y2H3NH'
menuId: 'ef02a3b0af9a4b3ede460456a9591ebc'
}
},
{
@@ -1970,6 +1970,17 @@ const routes = [
title: '企标详情'
}
},
{
path: '/otherLawsStandDetails/:id/:pageType',
name: 'OtherLawsStandDetails',
component: () =>
import('@/pages/details/otherLawsStandDetails'),
meta: {
requireAuth: true,
isBoolean: true,
title: '政策详情'
}
},
{
path: '/itemsDetails',
name: 'itemsDetails',