mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改文件建构
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ import { RouteRecordRaw } from 'vue-router'
|
||||
import type { AppRouteRecordRaw } from '@/router/types';
|
||||
import { ErrorPage404, ErrorPage403, ErrorPage500, Layout } from '@/router/constant';
|
||||
import { PageEnum } from '@/enums/pageEnum'
|
||||
import { Reload } from '@/components/Reload/index'
|
||||
import { GoReload } from '@/components/GoReload'
|
||||
|
||||
|
||||
export const LoginRoute: RouteRecordRaw = {
|
||||
@@ -54,7 +54,7 @@ export const ErrorPageRoute: AppRouteRecordRaw = {
|
||||
export const ReloadRoute: AppRouteRecordRaw = {
|
||||
path: PageEnum.RELOAD,
|
||||
name: PageEnum.RELOAD_NAME,
|
||||
component: Reload,
|
||||
component: GoReload,
|
||||
meta: {
|
||||
title: PageEnum.RELOAD_NAME,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user