This commit is contained in:
txz 2016-04-14 09:43:43 +08:00
parent f97699037b
commit 13576ca477
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ app.factory('auth', function($http,$routeParams, $cookies, $q){
var _openid = '';
if(debug===true){
_openid = "2";
_openid = "1";
}
var getOpenId = function() {