Blame view

src/views/jkfw/yyjk/index.vue 333 Bytes
renchao@pashanhoo.com committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!--
 * @Description: 
 * @Autor: renchao
 * @LastEditTime: 2023-08-25 09:08:53
-->
<template>
  <div class='yhjgba'>
    <el-empty description="正在开发"></el-empty>
  </div>
</template>
<script>

  export default {
    components: {},
    data () {
      return {
      }
    }
  }
</script>
<style scoped lang='scss'>
</style>