MCPcopy Create free account
hub / github.com/Tencent/kbone / isTabBarPage

Method isTabBarPage

packages/miniprogram-render/src/bom/miniprogram.js:92–98  ·  view source on GitHub ↗

* 判断是否 tabBar 页面

(pageRoute)

Source from the content-addressed store, hash-verified

90 * 判断是否 tabBar 页面
91 */
92 isTabBarPage(pageRoute) {
93 const {
94 runtime = {}
95 } = cache.getConfig()
96 const tabBarMap = runtime.tabBarMap || {}
97 return !!tabBarMap[pageRoute]
98 }
99}
100
101module.exports = Miniprogram

Callers 6

dealWithPageFunction · 0.80
$_checkUrlMethod · 0.80
$$openMethod · 0.80
reloadMethod · 0.80
dealWithPageFunction · 0.80
dealWithPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected