公告板
版本库
filestore
活动
搜索
登录
main
/
env-sys
安琪酵母(西藏)益生菌信息采集中心智能实验室
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
内容提交
longyvfengyun
2023-07-03
365031c165038b7e1e3fc38ca8f91962f90c72d4
[env-sys.git]
/
src
/
views
/
video
/
video.vue
1
2
3
4
5
6
7
8
9
10
11
<script setup>
import HkVideo from "@/views/video/components/hkVideo.vue";
</script>
<template>
<hk-video></hk-video>
</template>
<style scoped>
</style>