路由文件删除 test.vue

This commit is contained in:
17792275749
2026-03-17 15:00:41 +08:00
parent caa4454c17
commit c16b0199cb
2 changed files with 1 additions and 37 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ const routes = [
title: '数据看板',
rootValue: 192
},
component: () => import('@/views/dataBoard/test.vue')
component: () => import('@/views/dataBoard/dataBoard.vue')
},
{
path: '/dataBoard1',
-36
View File
@@ -1,36 +0,0 @@
<template>
<div style="text-align: center">
<div>
<div>
no source
</div>
<video
muted
autoplay
src="https://dev.yixiong-tech.com:8081/common/files/20260313/4a6f4b8c-dd30-4eba-acce-082c85dff388.mp4"
>
</video>
</div>
<div>
<div>
source
</div>
<video
muted
autoplay
playsinline
>
<source src="https://dev.yixiong-tech.com:8081/common/files/20260313/4a6f4b8c-dd30-4eba-acce-082c85dff388.mp4" type="video/mp4" />
你的浏览器不支持 HTML5 video 标签
</video>
</div>
</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="less">
</style>