feat: There is no way the, AWC 外部访问

This commit is contained in:
super_liu
2022-04-26 15:41:20 +08:00
parent 635d0da8d3
commit f44971e3d9
11 changed files with 11015 additions and 3 deletions
+29
View File
@@ -60,6 +60,12 @@ const routes = [
component: () =>
import('@/pages/loginVerify')
},
{
path: '/loginStandDetails',
name: 'loginStandDetails',
component: () =>
import('@/pages/loginStandDetails')
},
{
path: '/loginVerifyNoEncryption',
name: 'LoginVerifyNoEncryption',
@@ -3948,6 +3954,18 @@ const routes = [
menuId: 'SSA6WR4HV8'
}
},
{
path: '/otherStandardExternalDetails/:id/:pageType',
name: 'otherStandardExternalDetails',
component: () =>
import('@/pages/details/otherStandardExternalDetails/index'),
meta: {
requireAuth: true,
title: '标准详情',
isBoolean: true,
menuId: 'SSA6WR4HV8'
}
},
{
path: '/standInvolveProjectTwo',
name: 'standInvolveProjectTwo',
@@ -3992,6 +4010,17 @@ const routes = [
title: '企标详情'
}
},
{
path: '/otherBussStandardExternalDetails/:id/:pageType',
name: 'otherBussStandardExternalDetails',
component: () =>
import('@/pages/details/otherBussStandardExternalDetails'),
meta: {
requireAuth: true,
isBoolean: true,
title: '企标详情'
}
},
{
path: '/otherLawsStandDetails/:id/:pageType',
name: 'OtherLawsStandDetails',