Merge branch 'weixin_guange' into develop

This commit is contained in:
yuanke 2016-09-14 20:23:55 +08:00
commit 016d1f4bba
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ app.controller('ProjectController', ['$scope', 'config','$http','$timeout', 'aut
vm.currentTab = rms.get('tab_num'); vm.currentTab = rms.get('tab_num');
// //
if(!vm.currentTab){ if(!vm.currentTab || !vm.project){
$http.get(config.apiUrl+ 'projects/'+projectid+"?token="+auth.token()).then( $http.get(config.apiUrl+ 'projects/'+projectid+"?token="+auth.token()).then(
function(response) { function(response) {
console.log(response.data); console.log(response.data);