* update url before load app content.

This commit is contained in:
Catouse
2021-03-04 16:22:52 +08:00
parent 34babef3d2
commit 3a4e274643
+1 -1
View File
@@ -359,7 +359,7 @@
if(!app || lastOpenedApp !== appCode) return;
if(url) app.appUrl = url;
else url = app.appUrl;
else url = app.appUrl || app.url;
if(title) app.appTitle = title;
else title = app.appTitle || app.text;