fix: 修改文件建构

This commit is contained in:
奔跑的面条
2022-04-14 10:05:57 +08:00
parent 9e9410533c
commit 3c85322450
76 changed files with 76 additions and 117 deletions
+2 -2
View File
@@ -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,
},