/home instead of /corp
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -3,7 +3,7 @@ import { createRouter, createWebHistory } from 'vue-router'
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: '/corp',
|
||||
path: '/home',
|
||||
component: () => import('@/corp/CorpLayout.vue'),
|
||||
children: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user