pengjing пре 4 месеци
родитељ
комит
736c290e62
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      src/main/resources/static/app/main/default.js

+ 2 - 1
src/main/resources/static/app/main/default.js

@@ -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');
                 }
             }, () => {