You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
611 B

4 years ago
<template>
<div class="d-flex flex-column fill-width">
<img class="fill-width" src="https://www.tall.wiki/staticrec/photos/info01.jpg" />
<img class="fill-width" src="https://www.tall.wiki/staticrec/photos/info02.jpg" />
<img class="fill-width" src="https://www.tall.wiki/staticrec/photos/info03.jpg" />
</div>
</template>
<script>
import { mapMutations } from 'vuex';
export default {
name: 'InfoReport',
data() {
return {};
},
created() {
this.setTitle('信息直报');
},
methods: mapMutations('home', ['setTitle']),
};
</script>
<style lang="stylus" scoped></style>