1、console.log打印object对象显示[object object] 解决方案:使用JSON.stringify console.log(JSON.stringify($rootScope.MaintainDeviceInfo)); 2、 State ‘goDiskManagement’’ is already defined 解决方案:同一个项目中,不能定义相同的state