TienChin 创建菜单页面

BNTang / 2023-08-16 / 原文

上一节当中我们只是给后台添加了对应的菜单,实际上对应的页面还没有存在这节主要就是创建出来页面:

  • 促销活动: 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>

最终目录结构:

image-20230815230317577