上一节当中我们只是给后台添加了对应的菜单,实际上对应的页面还没有存在这节主要就是创建出来页面:
- 促销活动: activity
- 统计分析: analysis
- 商机管理: business
- 渠道管理: channel
- 线索管理: clue
- 合同管理: contract
- 私教课程: course
- 转派管理: transfer
template:
<template>
<h1>template</h1>
</template>
<script>
export default {
name: "index"
}
</script>
<style scoped lang="scss">
</style>
最终目录结构:
标签:菜单,管理,创建,template,TienChin,页面 From: https://www.cnblogs.com/BNTang/p/17632704.html