错误信息打印到日志

This commit is contained in:
guange 2016-04-08 14:46:00 +08:00
parent a35511195a
commit ef317089f1
1 changed files with 2 additions and 2 deletions

View File

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