优化测试前段

This commit is contained in:
java110 2020-03-24 15:41:51 +08:00
parent 8e4b5446cd
commit b1fb07d11a

View File

@ -53,8 +53,8 @@
vc.jumpToPage("/initCompany.html#/company");
}
}, function (e) {
console.log('请求失败处理');
vc.jumpToPage(_param.url);
console.log('请求失败处理',e);
//vc.jumpToPage(_param.url);
}
);
}