增加举报组件
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user