feat: router
parent
351171b29a
commit
ae3079b418
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue