Commit 3f7e08df by caoyanzhi

update: 营销节日管理

parent fa754bfa
......@@ -39,6 +39,11 @@ export const routes = [
path: 'activity-config',
name: '营销活动配置',
component: _import('activity', 'index')
},
{
path: 'holiday-manage',
name: '营销节日管理',
component: _import('activity', 'holiday-manage')
}
]
}
......
<template>
<div>营销节日管理</div>
</template>
<script>
export default {
name: 'HolidayManage'
};
</script>
<style lang="scss" scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment