Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
d1c60abe
提交
d1c60abe
authored
12月 01, 2025
作者:
coderBryanFu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
b6341181
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
177 行增加
和
160 行删除
+177
-160
index.js
src/router/index.js
+164
-156
index.vue
src/views/comprehensiveSearch/chat/index.vue
+1
-0
index.vue
src/views/comprehensiveSearch/index.vue
+8
-1
AdvantagesAnalysis.vue
src/views/gjOverView/component/AdvantagesAnalysis.vue
+2
-2
index.vue
src/views/gjOverView/index.vue
+1
-0
multiLineChart2.js
src/views/gjOverView/js/multiLineChart2.js
+1
-1
没有找到文件。
src/router/index.js
浏览文件 @
d1c60abe
...
...
@@ -77,6 +77,14 @@ const routes = [
title
:
"智能写报"
}
},
{
path
:
"/chat"
,
name
:
"chat"
,
component
:
Chat
,
meta
:
{
title
:
"智能问答"
}
},
{
path
:
"/"
,
...
...
@@ -447,167 +455,167 @@ const routes = [
},
// 市场准入限制首页
{
path
:
"/marketAccessRestrictions"
,
name
:
"MarketAccessRestrictions"
,
component
:
MarketAccessRestrictions
,
meta
:
{
title
:
"市场准入限制"
}
},
{
path
:
"/marketAccessLayout"
,
name
:
"MarketAccessLayout"
,
component
:
MarketAccessLayout
,
redirect
:
"/marketAccessLayout/overview"
,
meta
:
{
title
:
"市场准入限制布局"
},
children
:
[
{
path
:
"overview"
,
name
:
"MarketAccessOverview"
,
component
:
MarketAccessOverview
,
meta
:
{
title
:
"调查概况"
}
},
{
path
:
"case"
,
name
:
"MarketAccessCase"
,
component
:
MarketAccessCase
,
meta
:
{
title
:
"调查案件"
}
}
]
},
{
path
:
"/marketSingleCaseLayout"
,
name
:
"MarketSingleCaseLayout"
,
component
:
MarketSingleCaseLayout
,
redirect
:
"/marketSingleCaseLayout/overview"
,
meta
:
{
title
:
"单次调查案件布局"
},
children
:
[
{
path
:
"overview"
,
name
:
"MarketSingleCaseOverview"
,
component
:
MarketSingleCaseOverview
,
meta
:
{
title
:
"调查简介"
}
},
{
path
:
"deepdig"
,
name
:
"MarketSingleCaseDeepdig"
,
component
:
MarketSingleCaseDeepdig
,
meta
:
{
title
:
"深度挖掘"
}
}
]
},
// 市场准入限制首页
{
path
:
"/marketAccessRestrictions"
,
name
:
"MarketAccessRestrictions"
,
component
:
MarketAccessRestrictions
,
meta
:
{
title
:
"市场准入限制"
}
},
{
path
:
"/marketAccessLayout"
,
name
:
"MarketAccessLayout"
,
component
:
MarketAccessLayout
,
redirect
:
"/marketAccessLayout/overview"
,
meta
:
{
title
:
"市场准入限制布局"
},
children
:
[
{
path
:
"overview"
,
name
:
"MarketAccessOverview"
,
component
:
MarketAccessOverview
,
meta
:
{
title
:
"调查概况"
}
},
{
path
:
"case"
,
name
:
"MarketAccessCase"
,
component
:
MarketAccessCase
,
meta
:
{
title
:
"调查案件"
}
}
]
},
{
path
:
"/marketSingleCaseLayout"
,
name
:
"MarketSingleCaseLayout"
,
component
:
MarketSingleCaseLayout
,
redirect
:
"/marketSingleCaseLayout/overview"
,
meta
:
{
title
:
"单次调查案件布局"
},
children
:
[
{
path
:
"overview"
,
name
:
"MarketSingleCaseOverview"
,
component
:
MarketSingleCaseOverview
,
meta
:
{
title
:
"调查简介"
}
},
{
path
:
"deepdig"
,
name
:
"MarketSingleCaseDeepdig"
,
component
:
MarketSingleCaseDeepdig
,
meta
:
{
title
:
"深度挖掘"
}
}
]
},
// 出口管制转移过来的页面
{
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
:
"/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
:
"/finance"
,
name
:
"finance"
,
component
:
Finance
,
meta
:
{
title
:
"投融资限制"
}
},
// 新闻事件分析
{
path
:
"/newsAnalysis"
,
name
:
"newsAnalysis"
,
component
:
NewsAnalysis
,
meta
:
{
title
:
"新闻事件分析"
}
},
// 新闻事件分析
{
path
:
"/newsAnalysis"
,
name
:
"newsAnalysis"
,
component
:
NewsAnalysis
,
meta
:
{
title
:
"新闻事件分析"
}
},
// 门户
{
path
:
"/portal1"
,
name
:
"portal1"
,
component
:
Portal1
,
meta
:
{
title
:
"门户1"
}
},
{
path
:
"/portal2"
,
name
:
"portal2"
,
component
:
Portal2
,
meta
:
{
title
:
"门户2"
}
},
// 门户
{
path
:
"/portal1"
,
name
:
"portal1"
,
component
:
Portal1
,
meta
:
{
title
:
"门户1"
}
},
{
path
:
"/portal2"
,
name
:
"portal2"
,
component
:
Portal2
,
meta
:
{
title
:
"门户2"
}
},
// 综合搜索
{
path
:
"/comprehensiveSearch"
,
name
:
"comprehensiveSearch"
,
component
:
ComprehensiveSearch
,
meta
:
{
title
:
"综合搜索"
}
},
{
path
:
"/searchResults"
,
name
:
"searchResults"
,
component
:
SearchResults
,
meta
:
{
title
:
"搜索结果"
}
}
// 综合搜索
{
path
:
"/comprehensiveSearch"
,
name
:
"comprehensiveSearch"
,
component
:
ComprehensiveSearch
,
meta
:
{
title
:
"综合搜索"
}
},
{
path
:
"/searchResults"
,
name
:
"searchResults"
,
component
:
SearchResults
,
meta
:
{
title
:
"搜索结果"
}
}
];
const
router
=
createRouter
({
...
...
src/views/comprehensiveSearch/chat/index.vue
浏览文件 @
d1c60abe
...
...
@@ -441,6 +441,7 @@ onUnmounted(() => {
display
:
flex
;
justify-content
:
center
;
gap
:
16px
;
margin-bottom
:
10px
;
.left
{
width
:
300px
;
height
:
880px
;
...
...
src/views/comprehensiveSearch/index.vue
浏览文件 @
d1c60abe
...
...
@@ -2,7 +2,7 @@
<div
class=
"wrapper"
>
<div
class=
"header"
>
<!--
<span>
首页
</span>
>
<span>
综合检索
</span>
-->
<div
class=
"header-item"
>
首页
</div>
<div
class=
"header-item
back-item"
@
click=
"handleBackHome
"
>
首页
</div>
<div
class=
"header-item"
>
>
</div>
<div
class=
"header-item"
>
综合检索
</div>
</div>
...
...
@@ -129,6 +129,13 @@ import Img3 from "./assets/images/box3-img3.png";
import
Img4
from
"./assets/images/box3-img4.png"
;
import
Img5
from
"./assets/images/box3-img5.png"
;
// 返回首页
const
handleBackHome
=
()
=>
{
router
.
push
({
path
:
"/overview"
});
};
const
headerInfoList
=
ref
([
{
name
:
"美国"
,
...
...
src/views/gjOverView/component/AdvantagesAnalysis.vue
浏览文件 @
d1c60abe
...
...
@@ -35,7 +35,7 @@
</div>
<div
class=
"divider"
></div>
<div
style=
"display: flex;height: 3
2
0px;width: calc(100% - 40px) ;margin: 20px;"
id=
"char9"
>
<div
style=
"display: flex;height: 3
6
0px;width: calc(100% - 40px) ;margin: 20px;"
id=
"char9"
>
</div>
...
...
@@ -145,6 +145,7 @@ onMounted(() => {
.thematic-box
{
margin-top
:
64px
;
height
:
578px
;
margin-bottom
:
100px
;
box-sizing
:
border-box
;
border
:
1px
solid
rgba
(
255
,
255
,
255
,
1
);
border-radius
:
var
(
---,
10px
);
...
...
@@ -152,7 +153,6 @@ onMounted(() => {
box-shadow
:
0px
0px
20px
0px
rgba
(
25
,
69
,
130
,
0
.1
);
background
:
linear-gradient
(
180
.00deg
,
rgba
(
246
,
250
,
255
,
1
)
,
rgba
(
246
,
250
,
255
,
0
)
100%
);
.divide
{
width
:
100%
;
margin
:
0
auto
;
...
...
src/views/gjOverView/index.vue
浏览文件 @
d1c60abe
...
...
@@ -230,6 +230,7 @@ const warningList = ref([
background
:
#055fc2
;
color
:
#fff
;
font-size
:
20px
;
font-weight
:
700
;
line-height
:
48px
;
text-align
:
center
;
}
...
...
src/views/gjOverView/js/multiLineChart2.js
浏览文件 @
d1c60abe
...
...
@@ -31,7 +31,7 @@ const getMultiLineChart = (dataX, dataY1, dataY2, dataY3, dataY4, dataY5, dataY6
return
{
tooltip
:
{
trigger
:
'axis'
,
axisPointer
:
{
type
:
'cross'
}
},
grid
:
{
top
:
'5%'
,
right
:
'
2
0%'
,
bottom
:
'0%'
,
left
:
'0%'
,
containLabel
:
true
},
grid
:
{
top
:
'5%'
,
right
:
'0%'
,
bottom
:
'0%'
,
left
:
'0%'
,
containLabel
:
true
},
xAxis
:
{
type
:
'category'
,
boundaryGap
:
false
,
data
:
dataX
},
yAxis
:
{
type
:
'value'
,
splitLine
:
{
lineStyle
:
{
color
:
'#ebebeb'
}
}
},
legend
:
{
show
:
false
},
// 隐藏官方 legend
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论