feat: There is no way the, AWC 外部访问
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user