|
|
@@ -22,7 +22,7 @@ export const settings = {
|
|
|
{
|
|
|
path: '/activityList',
|
|
|
name: 'activityList',
|
|
|
- component: () => import('@/views/Activities/ActivityList.vue'),
|
|
|
+ component: () => import('@/views/lottery/Activities/ActivityList.vue'),
|
|
|
meta: {
|
|
|
pageTitle: '活動列表',
|
|
|
breadcrumb: [{
|
|
|
@@ -35,7 +35,7 @@ export const settings = {
|
|
|
{
|
|
|
path: '/activityPage/:activity_id',
|
|
|
name: 'activityPage',
|
|
|
- component: () => import('@/views/Activities/ActivityPage.vue'),
|
|
|
+ component: () => import('@/views/lottery/Activities/ActivityPage.vue'),
|
|
|
meta: {
|
|
|
pageTitle: '活動功能頁面',
|
|
|
breadcrumb: [{
|
|
|
@@ -53,7 +53,7 @@ export const settings = {
|
|
|
{
|
|
|
path: '/activityStore',
|
|
|
name: 'activityStore',
|
|
|
- component: () => import('@/views/Activities/ActivityStore.vue'),
|
|
|
+ component: () => import('@/views/lottery/Activities/ActivityStore.vue'),
|
|
|
meta: {
|
|
|
pageTitle: '新增活動',
|
|
|
breadcrumb: [{
|
|
|
@@ -71,13 +71,17 @@ export const settings = {
|
|
|
{
|
|
|
path: '/activityUpdate/:activity_id',
|
|
|
name: 'activityUpdate',
|
|
|
- component: () => import('@/views/Activities/ActivityUpdate.vue'),
|
|
|
+ component: () => import('@/views/lottery/Activities/ActivityUpdate.vue'),
|
|
|
meta: {
|
|
|
pageTitle: '編輯活動資訊',
|
|
|
breadcrumb: [{
|
|
|
text: '活動列表',
|
|
|
to: '/activityList'
|
|
|
},
|
|
|
+ {
|
|
|
+ text: '活動功能頁面',
|
|
|
+ to: '/activityPage'
|
|
|
+ },
|
|
|
{
|
|
|
text: '編輯活動資訊',
|
|
|
active: true,
|
|
|
@@ -89,7 +93,7 @@ export const settings = {
|
|
|
{
|
|
|
path: '/claim/:activity_id',
|
|
|
name: 'claim',
|
|
|
- component: () => import('@/views/PrizeClaim.vue'),
|
|
|
+ component: () => import('@/views/lottery/PrizeClaim.vue'),
|
|
|
meta: {
|
|
|
pageTitle: '兌獎',
|
|
|
breadcrumb: [{
|
|
|
@@ -153,13 +157,21 @@ export const settings = {
|
|
|
{
|
|
|
path: '/draw/:activity_id',
|
|
|
name: 'draw',
|
|
|
- component: () => import('@/views/Draw.vue'),
|
|
|
+ component: () => import('@/views/lottery/Draw.vue'),
|
|
|
meta: {
|
|
|
pageTitle: 'Draw',
|
|
|
breadcrumb: [{
|
|
|
- text: '抽獎',
|
|
|
- active: true,
|
|
|
- }, ],
|
|
|
+ text: '活動列表',
|
|
|
+ to: '/activityList'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '活動功能頁面',
|
|
|
+ to: '/activityPage'
|
|
|
+ }, {
|
|
|
+ text: '抽獎',
|
|
|
+ active: true,
|
|
|
+ },
|
|
|
+ ],
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
@@ -169,9 +181,18 @@ export const settings = {
|
|
|
meta: {
|
|
|
pageTitle: '報到系統',
|
|
|
breadcrumb: [{
|
|
|
- text: '報到系統',
|
|
|
- active: true,
|
|
|
- }, ],
|
|
|
+ text: '活動列表',
|
|
|
+ to: '/activityList'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '活動功能頁面',
|
|
|
+ to: '/activityPage'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ text: '報到系統',
|
|
|
+ active: true,
|
|
|
+ },
|
|
|
+ ],
|
|
|
requiresAuth: true,
|
|
|
|
|
|
},
|