路由文件删除 test.vue
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ const routes = [
|
||||
title: '数据看板',
|
||||
rootValue: 192
|
||||
},
|
||||
component: () => import('@/views/dataBoard/test.vue')
|
||||
component: () => import('@/views/dataBoard/dataBoard.vue')
|
||||
},
|
||||
{
|
||||
path: '/dataBoard1',
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user