错误信息打印到日志
This commit is contained in:
parent
a35511195a
commit
ef317089f1
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue