|
@@ -111,8 +111,8 @@
|
|
</g>
|
|
</g>
|
|
</defs>
|
|
</defs>
|
|
<!-- 背景图片 -->
|
|
<!-- 背景图片 -->
|
|
- <image x="0" y="90" height="787" width="1570" v-if="theme" href="./standAloneImg-green.png" />
|
|
|
|
- <image x="0" y="90" height="787" width="1570" v-else href="./standAloneImg-white.png" />
|
|
|
|
|
|
+ <image x="0" y="90" height="787" width="1570" v-show="theme" href="./standAloneImg-green.png" />
|
|
|
|
+ <image x="0" y="90" height="787" width="1570" v-show="!theme" href="./standAloneImg-white.png" />
|
|
<!-- 变桨 -->
|
|
<!-- 变桨 -->
|
|
<g class="stand-alone-img-g" :class="{ active: activeIndex == 3 }" @mouseover="mouseover(3)"
|
|
<g class="stand-alone-img-g" :class="{ active: activeIndex == 3 }" @mouseover="mouseover(3)"
|
|
@mouseout="mouseout" @click="click(3)">
|
|
@mouseout="mouseout" @click="click(3)">
|
|
@@ -201,7 +201,7 @@
|
|
// 数据
|
|
// 数据
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- theme:true,//默认黑色,换图
|
|
|
|
|
|
+ theme:'',//默认黑色,换图
|
|
StandAloneCircle1: false,
|
|
StandAloneCircle1: false,
|
|
StandAloneCircle2: false,
|
|
StandAloneCircle2: false,
|
|
StandAloneCircle3: false,
|
|
StandAloneCircle3: false,
|