<template>
  <div>
    功能开发中...
  </div>
</template>

<style lang="scss" scoped>
  div {
    width: 100%;
    height: 91vh;
    padding-top: 300px;
    text-align: center;
    color: #515a6e;
    font-size: 18px;
    background-color: #e6ebf5;
  }
</style>