首页 > 其他 > 详细

ui-router 使用$state.go前往子路由时会运行两次controller

时间:2020-09-01 10:56:21      阅读:65      评论:0      收藏:0      [点我收藏+]

工作中碰到在使用$state.go时,进入子页面时模板部分的子路由见面会分裂成两块一模一样的页面,持续1S左右随后恢复正常,添加alert函数,发现会弹出两次,断定为controller被重复调用了。

参考 https://blog.csdn.net/weixin_34212762/article/details/94713337 该文章,此问题已解决。

$scope.todetail = function(){
    $state.go(‘trend.detail‘, {chartId: 2}, {reload: ‘trend.detail‘})
}

 将$state.go代码后添加 reload: ‘(链接url)‘即可

ui-router 使用$state.go前往子路由时会运行两次controller

原文:https://www.cnblogs.com/cczoi/p/13594276.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!