.
This commit is contained in:
@@ -235,6 +235,12 @@ const router = createRouter({
|
||||
component: () => import('@/views/pages/marketing/MarketingAnalysis.vue'),
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/marketing-analysis/dashboard',
|
||||
name: 'marketing-analysis-dashboard',
|
||||
redirect: { name: 'marketing-analysis' },
|
||||
meta: { requiresAuth: true }
|
||||
},
|
||||
{
|
||||
path: '/marketing-analysis/promotion',
|
||||
name: 'marketing-promotion',
|
||||
|
||||
Reference in New Issue
Block a user