|
@@ -62,28 +62,28 @@ const topImg=computed(()=>{
|
|
|
* type 类型 zh中文 en英文
|
|
|
*/
|
|
|
const menuConfig=[
|
|
|
- // {
|
|
|
- // name:'中文研报',
|
|
|
- // des:'研报一体化管理',
|
|
|
- // key:'研报列表',
|
|
|
- // type:'zh',
|
|
|
- // level:2,
|
|
|
- // path:'/report/list',
|
|
|
- // icon:getStaticImg('tabbar/icon_report.png'),
|
|
|
- // backgroundColor:'#FFFBF6',
|
|
|
- // show:false
|
|
|
- // },
|
|
|
- // {
|
|
|
- // name:'English Research Report',
|
|
|
- // des:'Integrated Research Report Management',
|
|
|
- // key:'英文研报',
|
|
|
- // type:'en',
|
|
|
- // level:2,
|
|
|
- // path:'/reportEn/list',
|
|
|
- // icon:getStaticImg('tabbar/icon_report.png'),
|
|
|
- // backgroundColor:'#FFFBF6',
|
|
|
- // show:false
|
|
|
- // },
|
|
|
+ {
|
|
|
+ name:'研报中心',
|
|
|
+ des:'研报一体化管理',
|
|
|
+ key:'研报中心',
|
|
|
+ type:'zh',
|
|
|
+ level:2,
|
|
|
+ path:'/report/list',
|
|
|
+ icon:getStaticImg('tabbar/icon_report.png'),
|
|
|
+ backgroundColor:'#FFFBF6',
|
|
|
+ show:false
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name:'English Research Report',
|
|
|
+ des:'Integrated Research Report Management',
|
|
|
+ key:'英文研报',
|
|
|
+ type:'en',
|
|
|
+ level:2,
|
|
|
+ path:'/reportEn/list',
|
|
|
+ icon:getStaticImg('tabbar/icon_report.png'),
|
|
|
+ backgroundColor:'#FFFBF6',
|
|
|
+ show:false
|
|
|
+ },
|
|
|
{
|
|
|
name:'智能PPT',
|
|
|
des:"支持共享协作编辑",
|