Merge branch 'weixin_guange' into develop

dev_daiao_temp
yuanke 9 years ago
commit 016d1f4bba

@ -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);

Loading…
Cancel
Save