src/views/systemSetting/platform/portalSetting/index.vue
@@ -119,7 +119,7 @@ url: 'sccg/system/portal/logo/add', data: icon }).then(res => { if (res.code == 200) { if (res.code === 200) { this.$axios({ method: 'get', url: 'sccg/system/portal/logo/search', @@ -134,7 +134,6 @@ }) } } else { console.log(obj); // 发送请求 this.$axios({ method: 'put', @@ -147,7 +146,6 @@ }) }) } localStorage.removeItem('pic'); window.location.href = ''; }