优化
This commit is contained in:
6
monisuo-admin/src/constants/route-path.ts
Normal file
6
monisuo-admin/src/constants/route-path.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { RouteLocationRaw } from 'vue-router'
|
||||
|
||||
export const RouterPath: Record<string, RouteLocationRaw> = {
|
||||
HOME: '/dashboard',
|
||||
LOGIN: '/auth/sign-in',
|
||||
} as const
|
||||
Reference in New Issue
Block a user