Commit 02e04209 authored by leiqingsong's avatar leiqingsong

修改

parent 834c8321
......@@ -68,7 +68,7 @@ class bridgeToAppFun {
const referrer = document.referrer;
if (referrer !== '') {
console.log('reffer不为空', referrer);
location.href = referrer;
// location.href = referrer;
} else {
console.log('调用navigateBack');
window.android.navigateBack();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment