增加举报组件

This commit is contained in:
A1300399510
2023-07-28 16:44:01 +08:00
parent 7bf9f59c75
commit 88caf34863
5 changed files with 4325 additions and 4077 deletions

View File

@@ -985,6 +985,8 @@
</div>
<watchImage :show="imageShow" :index="imageIndex" :close="cloaseImageShow" :list="imgList"></watchImage>
<back-to-top></back-to-top>
<!-- 举报 -->
<report :id="uniqid"></report>
</template>
<script setup>
@@ -1004,6 +1006,7 @@ import biserialItem from '../components/biserialListItem/biserialListItem.vue'
import backToTop from '@/components/public/backToTop.vue'
import phoneqrcode from '@/components/public/phoneQRcode.vue';
import groupqrcode from '@/components/public/group-QRcode.vue';
import report from '@/components/public/report.vue'
import store from '@/store';