From 3505aa60ad15de91bc9b437ca8d69124c8074974 Mon Sep 17 00:00:00 2001 From: Ben Lin <maobin001@msn.com> Date: 星期二, 25 六月 2024 11:42:28 +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