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
  • down
  • index.vue
  • 学校管理相关接口简单对接
    23a6dc5f
    阿宝 authored
    2022-12-16 17:21:51 +0800  
    Browse Code »
index.vue 301 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
<template>
  <div>
    <router-link to="/downClient">授课端下载</router-link>
     <back-box>
      <template slot="title">
        <span>软件下载</span>
      </template>
    </back-box>
    <div class=""></div>
  </div>
</template>

<script>
export default {

}
</script>

<style>

</style>