图片更改
parent
fe4277506d
commit
2447c314df
|
@ -20,7 +20,6 @@
|
||||||
v-if="$i18n.locale === 'zh'"
|
v-if="$i18n.locale === 'zh'"
|
||||||
src="@/static/images/new_irc01.png"
|
src="@/static/images/new_irc01.png"
|
||||||
alt=""
|
alt=""
|
||||||
style="width: 500px;"
|
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
v-if="$i18n.locale === 'en'"
|
v-if="$i18n.locale === 'en'"
|
||||||
|
@ -35,7 +34,6 @@
|
||||||
v-if="$i18n.locale === 'zh'"
|
v-if="$i18n.locale === 'zh'"
|
||||||
src="@/static/images/irc01.png"
|
src="@/static/images/irc01.png"
|
||||||
alt=""
|
alt=""
|
||||||
style="width: 800px;"
|
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
v-if="$i18n.locale === 'en'"
|
v-if="$i18n.locale === 'en'"
|
||||||
|
@ -85,7 +83,6 @@
|
||||||
v-if="$i18n.locale === 'zh'"
|
v-if="$i18n.locale === 'zh'"
|
||||||
src="@/static/images/irc03.png"
|
src="@/static/images/irc03.png"
|
||||||
alt=""
|
alt=""
|
||||||
style="width: 800px;"
|
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
v-if="$i18n.locale === 'en'"
|
v-if="$i18n.locale === 'en'"
|
||||||
|
|
Loading…
Reference in New Issue