mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-26 06:40:17 +08:00
build(projects): update tsconfig、eslintrc
This commit is contained in:
@@ -11,7 +11,7 @@ const history = VITE_HASH_ROUTE === 'true' ? createWebHashHistory(VITE_BASE_URL)
|
||||
export const router = createRouter({
|
||||
history,
|
||||
routes: transformAuthRoutesToVueRoutes(constantRoutes),
|
||||
scrollBehavior
|
||||
scrollBehavior,
|
||||
});
|
||||
|
||||
export async function setupRouter(app: App) {
|
||||
|
||||
Reference in New Issue
Block a user