feat: router

pull/1/MERGE
xingyuv 2023-03-19 15:57:54 +08:00
parent 351171b29a
commit ae3079b418
2 changed files with 1 additions and 3 deletions

View File

@ -2,7 +2,7 @@ export enum PageEnum {
// basic login path
BASE_LOGIN = '/login',
// basic home path
BASE_HOME = '/dashboard/analysis',
BASE_HOME = '/dashboard',
// error page path
ERROR_PAGE = '/exception',
// error log page path

View File

@ -57,8 +57,6 @@ async function bootstrap() {
// Configure global error handling
// 配置全局错误处理
setupErrorHandle(app)
// https://next.router.vuejs.org/api/#isready
await router.isReady()
// https://next.router.vuejs.org/api/#isready
// await router.isReady();