* zin: fix openPage not work as expected.

This commit is contained in:
sunhao
2024-03-27 11:06:58 +08:00
committed by liyang
parent 612ea145fa
commit a55777cc33
+1 -1
View File
@@ -998,7 +998,7 @@
location.href = $.createLink('index', 'app', 'url=' + btoa(url));
return;
}
$.apps.openApp(url, $.extend({code: appCode || currentCode, forceReload: true}, options));
$.apps.openApp(url, $.extend({code: appCode, forceReload: true}, options));
}
function autoLoad(id)