feat 安全检测
This commit is contained in:
@@ -1,33 +1,49 @@
|
||||
<template>
|
||||
<main class="wrapper">
|
||||
<box1 />
|
||||
<CoreVideo />
|
||||
<box5/>
|
||||
<box3 />
|
||||
<div class="header">
|
||||
<ul class="nav-left">
|
||||
<li class="nav-left-item">奉节县</li>
|
||||
<li class="nav-left-item">三峡之巅</li>
|
||||
<li class="nav-left-item">白帝城</li>
|
||||
<li class="nav-left-item">龙河桥</li>
|
||||
</ul>
|
||||
<div class="title">三峡之巅-安全检测</div>
|
||||
<ul class="nav-right">
|
||||
<li class="nav-right-item">路段1</li>
|
||||
<li class="nav-right-item">路段</li>
|
||||
<li class="nav-right-item">路段</li>
|
||||
<li class="nav-right-item">路段</li>
|
||||
</ul>
|
||||
</div>
|
||||
<box4 />
|
||||
<Header title="三峡之巅-安全检测" is-skip :nav-left="navLeft" :nav-right="navRight" />
|
||||
<Correspondence />
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import box1 from './components/box-1.vue'
|
||||
import box4 from './components/box-4.vue'
|
||||
import box3 from './components/box-3.vue'
|
||||
import box5 from './components/box-5.vue'
|
||||
|
||||
const navLeft = [{
|
||||
name: '奉节县',
|
||||
path: '/sceneTesting'
|
||||
},
|
||||
{
|
||||
name: '三峡之巅',
|
||||
path: '/sceneTesting'
|
||||
},
|
||||
{
|
||||
name: '白帝城',
|
||||
path: '/sceneTesting'
|
||||
}, {
|
||||
name: '龙河桥',
|
||||
path: '/sceneTesting'
|
||||
}
|
||||
]
|
||||
const navRight = [{
|
||||
name: '路段',
|
||||
path: '/roadTesting'
|
||||
},
|
||||
{
|
||||
name: '路段',
|
||||
path: '/roadTesting'
|
||||
},
|
||||
{
|
||||
name: '路段',
|
||||
path: '/roadTesting'
|
||||
},
|
||||
{
|
||||
name: '路段',
|
||||
path: '/roadTesting'
|
||||
}
|
||||
]
|
||||
onMounted(() => {})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user