完成一键登录和支付功能
This commit is contained in:
@@ -61,7 +61,6 @@ const HIDE_TABBAR_PAGES = [
|
||||
function getActiveIndexFromRoute() {
|
||||
const routePath = getCurrentRoutePath()
|
||||
const index = getTabIndexByRoute(routePath)
|
||||
console.log('从路由获取索引:', routePath, '->', index)
|
||||
return index >= 0 ? index : 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user