标准化活动日历

This commit is contained in:
shenyanpei
2021-11-11 15:54:28 +08:00
parent 78b09e1b06
commit 4f01fbeebc
7 changed files with 378 additions and 1 deletions
+11
View File
@@ -1589,6 +1589,17 @@ const routes = [
menuId: 'B8UYM3WFCMGXR2BPF9JA'
}
},
{
path: '/standCalendar',
name: 'calendar',
component: () =>
import('@/pages/localTool/standCalendar'),
meta: {
requireAuth: false,
title: '标准化活动日历',
menuId: ''
}
},
{
path: '/itemSplitInfo',
name: 'ItemSplitInfo',