|
@ -33,6 +33,12 @@ import DesignConcept from 'cpns/DesignConcept' |
|
|
import Cooperation from 'cpns/Cooperation' |
|
|
import Cooperation from 'cpns/Cooperation' |
|
|
import QRCode from 'cpns/QRCode' |
|
|
import QRCode from 'cpns/QRCode' |
|
|
import SubNavigation from 'cpns/SubNavigation' |
|
|
import SubNavigation from 'cpns/SubNavigation' |
|
|
|
|
|
import A1 from '@/static/img/about/01.png' |
|
|
|
|
|
import A2 from '@/static/img/about/02.png' |
|
|
|
|
|
import A3 from '@/static/img/about/03.png' |
|
|
|
|
|
import A4 from '@/static/img/about/04.png' |
|
|
|
|
|
import Post from '@/static/img/about/video.png' |
|
|
|
|
|
import Play from '@/static/img/about/videos.png' |
|
|
const video = ref(null) |
|
|
const video = ref(null) |
|
|
const maskShow = ref(true) |
|
|
const maskShow = ref(true) |
|
|
const playVideo = () => { |
|
|
const playVideo = () => { |
|
|