From 892a308e0b97c4a4adf860942fa270f36d29f486 Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 5 May 2023 09:20:18 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E4=BB=A3=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vue.config.js b/vue.config.js index 9d0df882..0380fc7e 100644 --- a/vue.config.js +++ b/vue.config.js @@ -38,7 +38,7 @@ module.exports = { proxy: { //设置代理,可解决跨5 '/lan': { - target: 'http://192.168.1.87:12000', + target: 'http://192.168.1.87:9000', changeOrigin: true, pathRewrite: { //地址重写 From 7249809b098d98a79f97df7ddde3600a9df57461 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 5 May 2023 09:50:49 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/AppReportAiWill/AppReportAtWill.vue | 55 ++ .../app/AppReportAiWill/components/Detail.vue | 582 ++++++++++++++++++ .../app/AppReportAiWill/components/List.vue | 150 +++++ .../AppReportAiWill/components/Setting.vue | 178 ++++++ 4 files changed, 965 insertions(+) create mode 100644 project/wuxi/app/AppReportAiWill/AppReportAtWill.vue create mode 100644 project/wuxi/app/AppReportAiWill/components/Detail.vue create mode 100644 project/wuxi/app/AppReportAiWill/components/List.vue create mode 100644 project/wuxi/app/AppReportAiWill/components/Setting.vue diff --git a/project/wuxi/app/AppReportAiWill/AppReportAtWill.vue b/project/wuxi/app/AppReportAiWill/AppReportAtWill.vue new file mode 100644 index 00000000..fedd6967 --- /dev/null +++ b/project/wuxi/app/AppReportAiWill/AppReportAtWill.vue @@ -0,0 +1,55 @@ + + + + + diff --git a/project/wuxi/app/AppReportAiWill/components/Detail.vue b/project/wuxi/app/AppReportAiWill/components/Detail.vue new file mode 100644 index 00000000..0b7eb3f8 --- /dev/null +++ b/project/wuxi/app/AppReportAiWill/components/Detail.vue @@ -0,0 +1,582 @@ + + + + + diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/app/AppReportAiWill/components/List.vue new file mode 100644 index 00000000..3f90e462 --- /dev/null +++ b/project/wuxi/app/AppReportAiWill/components/List.vue @@ -0,0 +1,150 @@ + + + + + diff --git a/project/wuxi/app/AppReportAiWill/components/Setting.vue b/project/wuxi/app/AppReportAiWill/components/Setting.vue new file mode 100644 index 00000000..3a3ce13a --- /dev/null +++ b/project/wuxi/app/AppReportAiWill/components/Setting.vue @@ -0,0 +1,178 @@ + + + + + From b6a55f5b9d60f235ccdd34c23c660a4be3d6f1e9 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 5 May 2023 10:02:12 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wuxi/app/AppReportAiWill/components/Detail.vue | 1 + .../wuxi/app/AppReportAiWill/components/List.vue | 1 + .../app/AppReportAiWill/components/Setting.vue | 14 +++++++------- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/project/wuxi/app/AppReportAiWill/components/Detail.vue b/project/wuxi/app/AppReportAiWill/components/Detail.vue index 0b7eb3f8..d339d3a0 100644 --- a/project/wuxi/app/AppReportAiWill/components/Detail.vue +++ b/project/wuxi/app/AppReportAiWill/components/Detail.vue @@ -21,6 +21,7 @@ {{ detail.phone }} {{ detail.createTime }} {{ detail.groupName }} + {{ detail.groupName }} {{ detail.content }} diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/app/AppReportAiWill/components/List.vue index 3f90e462..9de09d67 100644 --- a/project/wuxi/app/AppReportAiWill/components/List.vue +++ b/project/wuxi/app/AppReportAiWill/components/List.vue @@ -78,6 +78,7 @@ export default { return [ {prop: 'content', label: '内容描述', width: '300px'}, {prop: 'groupName', label: '事件来源', align: 'center'}, + {prop: 'groupName', label: '事件类型', align: 'center'}, {prop: 'girdName', label: '所属网格', align: 'center'}, {prop: 'createTime', label: '上报时间', align: 'center'}, {prop: 'name', label: '上报居民', align: 'center'}, diff --git a/project/wuxi/app/AppReportAiWill/components/Setting.vue b/project/wuxi/app/AppReportAiWill/components/Setting.vue index 3a3ce13a..13cd8f77 100644 --- a/project/wuxi/app/AppReportAiWill/components/Setting.vue +++ b/project/wuxi/app/AppReportAiWill/components/Setting.vue @@ -1,12 +1,12 @@