大盘路由切换

This commit is contained in:
hh
2021-12-03 17:05:42 +08:00
parent fa1b1afb30
commit 7fac981048
6 changed files with 129 additions and 31 deletions

View File

@ -0,0 +1,18 @@
<template>
<div class="scientific">
科研生产
</div>
</template>
<script>
export default {
name: 'Scientific',
components: {
}
}
</script>
<style lang="scss" scoped>
</style>