src/views/systemSetting/platform/portalSetting/index.vue
@@ -1,7 +1,7 @@ <template> <div class="log"> <header> <div clas="headerTitle"> <div class="headerTitle"> 系统设置 >> 门户管理 > logo管理 </div> </header> @@ -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'