chenlw_dev v20160412_2
cxt 9 years ago
parent 5a3b68816a
commit a6f4b7f505

@ -3,7 +3,7 @@ var apiUrl = '/api/v1/';
var debug = false; //调试标志,如果在本地请置为true var debug = false; //调试标志,如果在本地请置为true
if(debug===true){ if(debug===true){
apiUrl = 'http://www.trustie.net/api/v1/'; apiUrl = 'https://test.course.trustie.net/api/v1/';
} }
app.factory('auth', function($http,$routeParams, $cookies, $q){ app.factory('auth', function($http,$routeParams, $cookies, $q){

Loading…
Cancel
Save