add walcome page

This commit is contained in:
Dede Fuji Abdul
2023-10-26 13:07:57 +07:00
parent a87a29fb39
commit 52ce48604d
11 changed files with 326 additions and 37 deletions

View File

@ -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',