src/views/systemSetting/platform/portalSetting/index.vue
@@ -121,10 +121,16 @@ }).then(res => { console.log(res); if (res.code == 200) { this.$axios({ method: 'get', url: 'sccg/system/portal/logo/search', }).then(res => { this.$message({ message: res.message, type: 'success' }) sessionStorage.setItem('pic', JSON.stringify(result)); }) } }) }