居民上报->事件上报

This commit is contained in:
liuye
2023-05-11 17:20:56 +08:00
parent 800df96c01
commit 44d5b8eac1
3 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ import {mapState} from 'vuex'
export default {
name: "AppPhotoReport",
appName: "居民上报",
appName: "随手拍",
data() {
return {
list: [],

View File

@@ -43,7 +43,7 @@ import {mapState} from 'vuex'
export default {
name: "AppPhotoReport",
appName: "事件上报",
appName: "居民上报",
data() {
return {
list: [],

View File

@@ -51,7 +51,7 @@
<script>
export default {
appName: "事件上报详情",
appName: "居民上报详情",
data() {
return {
info: {},