MCPcopy Create free account
hub / github.com/baiwumm/react-admin / get

Method get

Xmw_server/src/models/xmw_menu.model.ts:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

143 type: DataType.INTEGER,
144 comment: '是否隐藏子路由',
145 get() {
146 return !!this.getDataValue('hideChildrenInMenu');
147 },
148 })
149 hideChildrenInMenu: number;
150

Callers 15

app.module.tsFile · 0.80
getLocationByIpMethod · 0.80
logoutToLoginFunction · 0.80
LoginPageFunction · 0.80
getAnnouncementListFunction · 0.80
queryUnreadyCountFunction · 0.80
getJobsListFunction · 0.80
getOrganizationListFunction · 0.80
getUserInfoFunction · 0.80
getPermissionsFunction · 0.80
getRoutesMenusFunction · 0.80
getCaptchaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected