/home instead of /corp

This commit is contained in:
Tim
2024-04-13 17:56:23 -04:00
parent 3c755c27af
commit 768ae3ef12
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ const co = useChartOrderStore()
const theme = useTheme().current
function showCorp() {
window.open('https://dexorder.trade/corp', 'dexorder')
window.open('https://dexorder.trade/', 'dexorder')
}
</script>

View File

@@ -3,7 +3,7 @@ import { createRouter, createWebHistory } from 'vue-router'
const routes = [
{
path: '/corp',
path: '/home',
component: () => import('@/corp/CorpLayout.vue'),
children: [
{