diff --git a/public/javascripts/wechat/app.js b/public/javascripts/wechat/app.js index 136557634..5c60681a0 100644 --- a/public/javascripts/wechat/app.js +++ b/public/javascripts/wechat/app.js @@ -3,7 +3,7 @@ var apiUrl = '/api/v1/'; var debug = false; //调试标志,如果在本地请置为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){