mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-12-22 23:06:32 +08:00
fix: compress login page bgimg
This commit is contained in:
parent
0526b922a5
commit
6f2c9d3f2e
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 |
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user