Toast: fix background color
This commit is contained in:
+1
-3
@@ -29,9 +29,7 @@ router.beforeEach((route, redirect, next) => {
|
||||
});
|
||||
|
||||
router.afterEach(() => {
|
||||
if (!isMobile) {
|
||||
window.scrollTo(0, 0);
|
||||
}
|
||||
window.scrollTo(0, 0);
|
||||
window.syncPath();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user