|
@@ -23,7 +23,7 @@
|
|
'query': {}, // 查询参数, 由 this.$route.query 自动赋值
|
|
'query': {}, // 查询参数, 由 this.$route.query 自动赋值
|
|
'menuId': '', // 菜单id(用于选中侧边栏菜单,与this.$store.state.sidebarMenuActiveName进行匹配)
|
|
'menuId': '', // 菜单id(用于选中侧边栏菜单,与this.$store.state.sidebarMenuActiveName进行匹配)
|
|
// 'currentMenuItem': {}, // 当前选中一级菜单菜单
|
|
// 'currentMenuItem': {}, // 当前选中一级菜单菜单
|
|
- 'title': '', // 标题
|
|
|
|
|
|
+ 'title': '海南社会管理信息化平台', // 标题
|
|
'isTab': true, // 是否通过tab展示内容?
|
|
'isTab': true, // 是否通过tab展示内容?
|
|
'iframeURL': '' // 是否通过iframe嵌套展示内容? (以http[s]://开头, 自动匹配)
|
|
'iframeURL': '' // 是否通过iframe嵌套展示内容? (以http[s]://开头, 自动匹配)
|
|
};
|
|
};
|