add walcome page
This commit is contained in:
@ -4,7 +4,7 @@ import { useAuthStore } from '@/stores/auth'
|
||||
import HomeView from '@/views/HomeView.vue'
|
||||
import LoginView from '@/views/LoginView.vue'
|
||||
import NotFoundView from '@/views/NotFoundView.vue'
|
||||
import EmptyPage from '@/components/Pages/HomeEmpty.vue'
|
||||
import WelcomePage from '@/components/Pages/Welcome.vue'
|
||||
import TestPage from '@/components/Pages/TestPage.vue'
|
||||
import qs from 'qs'
|
||||
import {
|
||||
@ -25,7 +25,7 @@ export const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '',
|
||||
name: 'Home Page',
|
||||
component: EmptyPage,
|
||||
component: WelcomePage,
|
||||
},
|
||||
{
|
||||
path: 'gangguan',
|
||||
|
Reference in New Issue
Block a user