diff --git a/src/views/applicationList/index.vue b/src/views/applicationList/index.vue index 8f9ae77..42edcec 100644 --- a/src/views/applicationList/index.vue +++ b/src/views/applicationList/index.vue @@ -200,6 +200,7 @@ export default { this.refreshLoading = false; if (res.status == 200) { this.pageModel.total = res.attribute.total; + //获取图片 res.attribute.list.map(el => { return request({ url: "/kangarooDataCenterV3/entranceController/fileDownloadNew?id=" + el.appLogo, diff --git a/src/views/index_v2.vue b/src/views/index_v2.vue index bacca8e..7eede7f 100644 --- a/src/views/index_v2.vue +++ b/src/views/index_v2.vue @@ -5,7 +5,6 @@ -
diff --git a/src/views/systemSettings/jurisdictionManage/roleJurisdiction/dataPermissions.vue b/src/views/systemSettings/jurisdictionManage/roleJurisdiction/dataPermissions.vue index 0ccc422..1ea2a40 100644 --- a/src/views/systemSettings/jurisdictionManage/roleJurisdiction/dataPermissions.vue +++ b/src/views/systemSettings/jurisdictionManage/roleJurisdiction/dataPermissions.vue @@ -5,7 +5,7 @@