src/views/systemSetting/platform/portalSetting/index.vue
@@ -119,7 +119,6 @@ url: 'sccg/system/portal/logo/add', data: icon }).then(res => { console.log(res); if (res.code == 200) { this.$axios({ method: 'get', @@ -142,7 +141,6 @@ url: 'sccg/system/portal/logo/update', data: obj }).then(res => { console.log(res); this.$message({ message: res.message, type: 'success'