mirror of
https://gitee.com/chu1204505056/vue-admin-beautiful.git
synced 2025-06-10 19:23:09 +08:00
🐛修复360浏览器404、401页面显示错位的bug
This commit is contained in:
parent
c8d1f93b9f
commit
2540cbdd8a
@ -62,7 +62,7 @@
|
||||
this.delOthersVisitedRoutes({ path: "/" });
|
||||
clearInterval(this.timer);
|
||||
}
|
||||
}, 1000000);
|
||||
}, 1000);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
@ -61,7 +61,7 @@
|
||||
this.delOthersVisitedRoutes({ path: "/" });
|
||||
clearInterval(this.timer);
|
||||
}
|
||||
}, 1000000);
|
||||
}, 1000);
|
||||
},
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user