|
|
@@ -5,7 +5,6 @@ import { createRouter, createWebHistory } from 'vue-router';
|
|
|
const router = createRouter({
|
|
|
history: createWebHistory(import.meta.env.BASE_URL),
|
|
|
routes: [
|
|
|
- { path: '/aio', component: () => import('@/pages/aio/FlowConfigDemo.vue') },
|
|
|
{ path: '/login', component: () => import('@/pages/login.vue') },
|
|
|
{
|
|
|
path: '/',
|