Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
04b6e5d5
提交
04b6e5d5
authored
11月 21, 2025
作者:
Vicky
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'master' of
http://8.140.26.4:10003/caijian/risk-monitor
into xxh-dev
上级
de124cdb
635c86d8
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
104 行增加
和
57 行删除
+104
-57
index.js
src/router/index.js
+104
-57
没有找到文件。
src/router/index.js
浏览文件 @
04b6e5d5
...
@@ -44,7 +44,19 @@ import MarketSingleCaseLayout from "@/views/marketAccessRestrictions/singleCaseL
...
@@ -44,7 +44,19 @@ import MarketSingleCaseLayout from "@/views/marketAccessRestrictions/singleCaseL
import
MarketSingleCaseOverview
from
"@/views/marketAccessRestrictions/singleCaseLayout/overview/index.vue"
;
import
MarketSingleCaseOverview
from
"@/views/marketAccessRestrictions/singleCaseLayout/overview/index.vue"
;
import
MarketSingleCaseDeepdig
from
"@/views/marketAccessRestrictions/singleCaseLayout/deepdig/index.vue"
;
import
MarketSingleCaseDeepdig
from
"@/views/marketAccessRestrictions/singleCaseLayout/deepdig/index.vue"
;
import
riskSignal
from
"@/views/riskSignal/index.vue"
// 投融资限制
import
Finance
from
"@/views/finance/index.vue"
;
// 智能写报
import
WrittingAsstaint
from
"@/views/writtingAsstaint/index.vue"
;
// 门户
import
Portal1
from
"@/views/portals/portal1/index.vue"
;
import
Portal2
from
"@/views/portals/portal2/index.vue"
;
// 综合搜索
import
ComprehensiveSearch
from
'@/views/comprehensiveSearch/index.vue'
import
SearchResults
from
'@/views/comprehensiveSearch/searchResults/index.vue'
import
Chat
from
'@/views/comprehensiveSearch/chat/index.vue'
const
routes
=
[
const
routes
=
[
// 智能写报
// 智能写报
...
@@ -72,8 +84,6 @@ const routes = [
...
@@ -72,8 +84,6 @@ const routes = [
}
}
},
},
// 智库系统的主要路由
// 智库系统的主要路由
{
{
path
:
"/thinkTank"
,
path
:
"/thinkTank"
,
...
@@ -349,65 +359,102 @@ const routes = [
...
@@ -349,65 +359,102 @@ const routes = [
]
]
},
},
// 风险信号管理
// 出口管制转移过来的页面
{
path
:
"/exportControl/analysis"
,
name
:
"analysis"
,
component
:
()
=>
import
(
"@/views/exportControl/analysis/index.vue"
),
meta
:
{
title
:
"分析页"
}
},
{
path
:
"/exportControl/infoplatform"
,
name
:
"infoplatform"
,
component
:
()
=>
import
(
"@/views/exportControl/infoPlatform/index.vue"
),
meta
:
{
title
:
"信息平台"
}
},
{
path
:
"/exportControl/rulelimit"
,
name
:
"rulelimit"
,
component
:
()
=>
import
(
"@/views/exportControl/ruleLimit/index.vue"
),
meta
:
{
title
:
"规则限制"
}
},
{
path
:
"/exportControl/ruledetail"
,
name
:
"ruledetail"
,
component
:
()
=>
import
(
"@/views/exportControl/ruleDetail/index.vue"
),
meta
:
{
title
:
"规则详情"
}
},
{
path
:
"/exportControl/researchfunding"
,
name
:
"researchfunding"
,
component
:
()
=>
import
(
"@/views/exportControl/researchFunding/index.vue"
),
meta
:
{
title
:
"科研资助"
}
},
// 投融资限制
{
path
:
"/finance"
,
name
:
"finance"
,
component
:
Finance
,
meta
:
{
title
:
"投融资限制"
}
},
// 门户
{
path
:
"/portal1"
,
name
:
"portal1"
,
component
:
Portal1
,
meta
:
{
title
:
"门户1"
}
},
{
{
path
:
"/
riskSignal
"
,
path
:
"/
portal2
"
,
name
:
"
riskSignal
"
,
name
:
"
portal2
"
,
component
:
riskSignal
,
component
:
Portal2
,
meta
:
{
meta
:
{
title
:
"
风险信号管理
"
title
:
"
门户2
"
}
}
},
},
// 转移过来的页面
// 综合搜索
{
{
path
:
"/analysis"
,
path
:
"/comprehensiveSearch"
,
name
:
"analysis"
,
name
:
"comprehensiveSearch"
,
component
:
()
=>
import
(
"@/views/analysis/index.vue"
),
component
:
ComprehensiveSearch
,
meta
:
{
meta
:
{
title
:
"分析页"
title
:
"综合搜索"
}
}
},
},
{
{
path
:
"/infoplatform"
,
path
:
"/searchResults"
,
name
:
"infoplatform"
,
name
:
"searchResults"
,
component
:
()
=>
import
(
"@/views/infoPlatform/index.vue"
),
component
:
SearchResults
,
meta
:
{
meta
:
{
title
:
"信息平台"
title
:
"搜索结果"
}
}
},
},
{
{
path
:
"/rulelimit"
,
path
:
"/chat"
,
name
:
"rulelimit"
,
name
:
"chat"
,
component
:
()
=>
import
(
"@/views/ruleLimit/index.vue"
),
component
:
Chat
,
meta
:
{
meta
:
{
title
:
"规则限制"
title
:
"智能问答"
}
}
},
},
{
path
:
"/ruledetail"
,
name
:
"ruledetail"
,
component
:
()
=>
import
(
"@/views/ruleDetail/index.vue"
),
meta
:
{
title
:
"规则详情"
}
},
{
path
:
"/researchfunding"
,
name
:
"researchfunding"
,
component
:
()
=>
import
(
"@/views/researchFunding/index.vue"
),
meta
:
{
title
:
"科研资助"
}
},
{
path
:
"/decree"
,
name
:
"decree"
,
component
:
()
=>
import
(
"@/views/decree/index.vue"
),
meta
:
{
title
:
"政令信息"
}
}
];
];
const
router
=
createRouter
({
const
router
=
createRouter
({
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论