@@ -8,7 +8,8 @@
if (res.data.success && res.data.item) {
window.location.href = res.data.item;
} else {
- $scope.showMsg('提示', res.data.msg);
+ if (res.data.msg)
+ $scope.showMsg('提示', res.data.msg);
$state.go('login');
}
}, () => {