|
@@ -779,7 +779,8 @@ var dever = {
|
|
},
|
|
},
|
|
//页面跳转
|
|
//页面跳转
|
|
location : function(path, go) {
|
|
location : function(path, go) {
|
|
- var self = this;
|
|
|
|
|
|
+ var self = this;
|
|
|
|
+ console.info(path);return;
|
|
if (path.indexOf('http') > -1) {
|
|
if (path.indexOf('http') > -1) {
|
|
this.debug('http:' + path);
|
|
this.debug('http:' + path);
|
|
this.data('web_view', path);
|
|
this.data('web_view', path);
|
|
@@ -809,7 +810,8 @@ var dever = {
|
|
window.location.href = path + 'refer=' + url;
|
|
window.location.href = path + 'refer=' + url;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- } else {
|
|
|
|
|
|
+ } else {
|
|
|
|
+ console.info(path);return;
|
|
this.debug('navigateTo:' + go + ':' + path);
|
|
this.debug('navigateTo:' + go + ':' + path);
|
|
if (this.switchTab.indexOf(path) != -1) {
|
|
if (this.switchTab.indexOf(path) != -1) {
|
|
uni.switchTab({
|
|
uni.switchTab({
|