|
@@ -195,9 +195,9 @@ const topImg=computed(()=>{
|
|
|
|
|
|
const menuConfig=[
|
|
|
{
|
|
|
- name:'战研中心研报',
|
|
|
+ name:'国事研报',
|
|
|
des:'全系统各类分析报告一体化展示平台',
|
|
|
- key:'战研中心研报',
|
|
|
+ key:'国事研报',
|
|
|
type:'zh',
|
|
|
level:1,
|
|
|
path:'/war_research_report/list',
|
|
@@ -437,7 +437,7 @@ getSetTitle()
|
|
|
:key="item.name"
|
|
|
:class="['item-box',
|
|
|
item.type==='en'?'item-box_en':'',
|
|
|
- item.key==='战研中心研报'&&'full-item'
|
|
|
+ item.key==='国事研报'&&'full-item'
|
|
|
]"
|
|
|
:style="{backgroundColor:item.backgroundColor}"
|
|
|
@click="goNext(item.path)"
|