From 44ef538691b8be0fd925ca80c49157bad14962e8 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期六, 06 七月 2024 22:01:26 +0800 Subject: [PATCH] 一些优化 --- src/router/constant.ts | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/constant.ts b/src/router/constant.ts index fb967d8..e57bc26 100644 --- a/src/router/constant.ts +++ b/src/router/constant.ts @@ -4,12 +4,12 @@ export const PAGE_NOT_FOUND_NAME = 'PageNotFound'; -export const EXCEPTION_COMPONENT = () => import('/@/views/sys/exception/Exception.vue'); +export const EXCEPTION_COMPONENT = () => import('@/views/sys/exception/Exception.vue'); /** * @description: default layout */ -export const LAYOUT = () => import('/@/layouts/default/index.vue'); +export const LAYOUT = () => import('@/layouts/default/index.vue'); /** * @description: parent-layout -- Gitblit v1.9.3