Blame view

src/views/down/index.vue 301 Bytes
4c4f7640   梁保满   路由表,路由前端文件
1
  <template>
23a6dc5f   阿宝   学校管理相关接口简单对接
2
    <div>
4c4f7640   梁保满   路由表,路由前端文件
3
      <router-link to="/downClient">授课端下载</router-link>
23a6dc5f   阿宝   学校管理相关接口简单对接
4
5
6
7
8
9
       <back-box>
        <template slot="title">
          <span>软件下载</span>
        </template>
      </back-box>
      <div class=""></div>
4c4f7640   梁保满   路由表,路由前端文件
10
11
12
13
14
15
16
17
18
19
20
21
    </div>
  </template>
  
  <script>
  export default {
  
  }
  </script>
  
  <style>
  
  </style>