feat: router
parent
351171b29a
commit
ae3079b418
|
@ -2,7 +2,7 @@ export enum PageEnum {
|
||||||
// basic login path
|
// basic login path
|
||||||
BASE_LOGIN = '/login',
|
BASE_LOGIN = '/login',
|
||||||
// basic home path
|
// basic home path
|
||||||
BASE_HOME = '/dashboard/analysis',
|
BASE_HOME = '/dashboard',
|
||||||
// error page path
|
// error page path
|
||||||
ERROR_PAGE = '/exception',
|
ERROR_PAGE = '/exception',
|
||||||
// error log page path
|
// error log page path
|
||||||
|
|
|
@ -57,8 +57,6 @@ async function bootstrap() {
|
||||||
// Configure global error handling
|
// Configure global error handling
|
||||||
// 配置全局错误处理
|
// 配置全局错误处理
|
||||||
setupErrorHandle(app)
|
setupErrorHandle(app)
|
||||||
// https://next.router.vuejs.org/api/#isready
|
|
||||||
await router.isReady()
|
|
||||||
|
|
||||||
// https://next.router.vuejs.org/api/#isready
|
// https://next.router.vuejs.org/api/#isready
|
||||||
// await router.isReady();
|
// await router.isReady();
|
||||||
|
|
Loading…
Reference in New Issue