fix: compress login page bgimg

This commit is contained in:
pengYYY 2021-12-23 10:41:30 +08:00
parent 0526b922a5
commit 6f2c9d3f2e
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 KiB

After

Width:  |  Height:  |  Size: 789 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 KiB

After

Width:  |  Height:  |  Size: 972 KiB

View File

@ -1,4 +1,4 @@
import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router';
import { createRouter, createWebHistory, RouteRecordRaw } from 'vue-router';
import baseRouters from './modules/base';
import componentsRouters from './modules/components';
@ -28,7 +28,7 @@ export const page404 = {
};
const router = createRouter({
history: createWebHashHistory(),
history: createWebHistory(),
routes: defaultRouterList,
scrollBehavior() {
return {