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