|
@@ -751,7 +751,7 @@ export default {
|
|
|
if (token) {
|
|
|
setUserMode(Number(window.navigator.standalone) || 0).then(res => {});
|
|
|
}
|
|
|
- if (window.firstName == this.$route.name && window.navigator.standalone) {
|
|
|
+ if (yun=='1' && window.firstName == this.$route.name && window.navigator.standalone) {
|
|
|
let sare = await getRecentReader();
|
|
|
|
|
|
if (sare.bid && sare.cid != cid) {
|