|
@@ -18,7 +18,7 @@ const bulletin: AppRouteModule = {
|
|
|
{
|
|
|
path: 'rent',
|
|
|
name: 'bulletinRentInfo',
|
|
|
- component: () => import('/@/views/dashboard/bulletin/rent.vue'),
|
|
|
+ component: () => import('/@/views/bulletin/rent.vue'),
|
|
|
meta: {
|
|
|
title: t('routes.dashboard.bulletinRentInfo'),
|
|
|
icon: 'map:movie-rental',
|
|
@@ -27,7 +27,7 @@ const bulletin: AppRouteModule = {
|
|
|
{
|
|
|
path: 'sell',
|
|
|
name: 'bulletinSellInfo',
|
|
|
- component: () => import('/@/views/dashboard/bulletin/sell.vue'),
|
|
|
+ component: () => import('/@/views/bulletin/sell.vue'),
|
|
|
meta: {
|
|
|
title: t('routes.dashboard.bulletinSellInfo'),
|
|
|
icon: 'ic:baseline-sell',
|
|
@@ -36,7 +36,7 @@ const bulletin: AppRouteModule = {
|
|
|
{
|
|
|
path: 'decoration',
|
|
|
name: 'bulletinDecoration',
|
|
|
- component: () => import('/@/views/dashboard/bulletin/decoration.vue'),
|
|
|
+ component: () => import('/@/views/bulletin/decoration.vue'),
|
|
|
meta: {
|
|
|
title: t('routes.dashboard.bulletinDecoration'),
|
|
|
icon: 'carbon:construction',
|