land on Order page; ui fixes

This commit is contained in:
tim
2025-03-26 16:59:22 -04:00
parent b1a864ce31
commit dabf6dd60f
6 changed files with 29 additions and 32 deletions

View File

@@ -2,22 +2,6 @@
import { createRouter, createWebHistory } from 'vue-router'
const routes = [
{
component: () => import('@/corp/CorpLayout.vue'),
path:'/home',
children: [
{
name: 'Home',
path: '/home',
component: () => import('@/corp/Home.vue'),
},
{
name: 'HowItWorks',
path: '/home/how-it-works',
component: () => import('@/corp/HowItWorks.vue'),
},
]
},
{
path: '/',
component: () => import('@/layouts/chart/ChartLayout.vue'),
@@ -28,7 +12,7 @@ const routes = [
// route level code-splitting
// this generates a separate chunk (about.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import('@/components/chart/ChartVault.vue'),
component: () => import('@/components/chart/ChartPlaceOrder.vue'),
},
{
name: 'Order',