/home instead of /corp
This commit is contained in:
@@ -38,7 +38,7 @@ const co = useChartOrderStore()
|
|||||||
const theme = useTheme().current
|
const theme = useTheme().current
|
||||||
|
|
||||||
function showCorp() {
|
function showCorp() {
|
||||||
window.open('https://dexorder.trade/corp', 'dexorder')
|
window.open('https://dexorder.trade/', 'dexorder')
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
|||||||
|
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
{
|
||||||
path: '/corp',
|
path: '/home',
|
||||||
component: () => import('@/corp/CorpLayout.vue'),
|
component: () => import('@/corp/CorpLayout.vue'),
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user