diff --git a/ALOps_sys_fe/alops-ui/public/index.html b/ALOps_sys_fe/alops-ui/public/index.html index ec69afcf..7ddb4e3f 100644 --- a/ALOps_sys_fe/alops-ui/public/index.html +++ b/ALOps_sys_fe/alops-ui/public/index.html @@ -5,7 +5,7 @@ - + <%= webpackConfig.name %> diff --git a/ALOps_sys_fe/alops-ui/src/views/message/index.vue b/ALOps_sys_fe/alops-ui/src/views/message/index.vue index 5d2c7238..70194b5d 100644 --- a/ALOps_sys_fe/alops-ui/src/views/message/index.vue +++ b/ALOps_sys_fe/alops-ui/src/views/message/index.vue @@ -82,7 +82,7 @@ export default { getList() { this.loading = true messageList(this.queryParams).then(response => { - this.dataList = response.data || [] + this.dataList = response.rows || [] this.total = response.data?.length || 0 this.loading = false }