feat: There is no way the
This commit is contained in:
+12
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user