|
|
@ -5,6 +5,11 @@ |
|
|
|
text="电力运维人员的日常工作有相当一部分是需要走到第一线去的,如设备检修、线路巡检 电源放电等。电力运维人员的一线工作呈现出“点多、" |
|
|
|
/> |
|
|
|
<CardTitle title="设计" blue_title="研发型外观" en="APPEARANCE" /> |
|
|
|
<Img :pic1="A1" :pic2="A1" /> |
|
|
|
<Intro :cardIntro="cardIntro" /> |
|
|
|
<Paragraph |
|
|
|
text="电力运维人员的日常工作有相当一部分是需要走到第一线去的,如设备检修、线路巡检 电源放电等。电力运维人员的一线工作呈现出“点多、" |
|
|
|
/> |
|
|
|
<video |
|
|
|
controls |
|
|
|
style="width: 100%; height: auto; object-fit: fill" |
|
|
@ -19,7 +24,17 @@ |
|
|
|
import SubNavigation from 'cpns/SubNavigation' |
|
|
|
import Paragraph from 'cpns/detail/Paragraph' |
|
|
|
import CardTitle from 'cpns/detail/CardTitle' |
|
|
|
import Img from 'cpns/detail/Img' |
|
|
|
import Intro from 'cpns/detail/Intro' |
|
|
|
import MP4 from '@/static/video/a.mp4' |
|
|
|
import A1 from '@/static/img/company.jpg' |
|
|
|
import { ref } from 'vue' |
|
|
|
const cardIntro = ref([ |
|
|
|
{ |
|
|
|
title: '主机模块', |
|
|
|
desc: '内置自研电路板,光学机芯,电池,天线等。', |
|
|
|
}, |
|
|
|
]) |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|