Skip to content
  • This project
    • Loading...
  • Sign in

bdc / bdcjg-web

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bdcjg-web
  • src
  • views
  • home
  • index.vue
  • 任超's avatar
    style:左侧样式修改 · e1f0d80d
    e1f0d80d Browse File
    任超 committed 2023-01-11 11:39:02 +0800
index.vue 319 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<template>
  <screencontent />
</template>

<script>
import screencontent from '@/views/dataView/screencontent'
export default {
  name: "home",
  components: {
    screencontent
  },
  data () {
    return {
    }
  },
  methods: {
  }
}
</script>
<style scoped lang="scss">
@import "../dataView/index.scss";
</style>