feat: There is no way the, 配置公开搜索中心 外部访问

This commit is contained in:
super_liu
2022-04-14 14:08:56 +08:00
parent 2e7186cb78
commit d6cdf051ae
7 changed files with 3328 additions and 9 deletions
+16
View File
@@ -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',