重裝我正在開發中的離子框架移動應用。我已經集成了登錄和註銷功能。當我註銷它不註銷。當我刷新頁面,然後用戶註銷。這裏是我的代碼:如何離子
$scope.logout = function() {
alert("here");
storageService.clearAll();
$ionicHistory.clearCache();
$ionicHistory.clearHistory();
$ionicHistory.nextViewOptions({ disableBack: true, historyRoot: true });
$scope.popover.hide();
$state.go('services', {}, {reload: true})
}
有沒有在你的應用程序中的任何後端服務 – Ahmer
是............. @ Ahmer –
做刷新將是一個不好的解決方案。你應該確切的問題。 exaclt'not log out out'是什麼意思?註銷後不會登錄到「服務」頁面嗎? –