feat: There is no way the, 配置公开搜索中心 外部访问
This commit is contained in:
@@ -60,6 +60,12 @@ const routes = [
|
||||
component: () =>
|
||||
import('@/pages/loginVerify')
|
||||
},
|
||||
{
|
||||
path: '/loginVerifyNoEncryption',
|
||||
name: 'LoginVerifyNoEncryption',
|
||||
component: () =>
|
||||
import('@/pages/loginVerifyNoEncryption')
|
||||
},
|
||||
// 跳转刷新页面
|
||||
{
|
||||
path: '/redirect',
|
||||
@@ -4065,6 +4071,16 @@ const routes = [
|
||||
title: '高级检索',
|
||||
menuId: 'K9BAYUPZBC'
|
||||
}
|
||||
},{
|
||||
path: '/advancedSearchExternal/:selectKey?/:searchValue?',
|
||||
name: 'AdvancedSearchExternal',
|
||||
component: () =>
|
||||
import('@/pages/searchCenter/pages/advancedSearchExternal'),
|
||||
meta: {
|
||||
requireAuth: true,
|
||||
title: '高级检索',
|
||||
menuId: 'K9BAYUPZBC'
|
||||
}
|
||||
},
|
||||
// {
|
||||
// path: '/advancedSearch',
|
||||
|
||||
Reference in New Issue
Block a user