Logo white

baoman / Ezquiz_Platform

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Ezquiz_Platform
  • src
  • views
  • admin
  • clientVersion
  • index.vue
  • 个人版
    77ebf04d
    梁保满 authored
    2023-02-23 11:05:51 +0800  
    Browse Code »
index.vue 288 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<template>
  <div>
     <back-box>
      <template slot="title">
        <span>授课端版本管理</span>
      </template>
    </back-box>
    <div class="page-content">
      功能开发中。
    </div>
  </div>
</template>

<script>
export default {

}
</script>

<style>

</style>