src/views/systemSetting/platform/portalSetting/index.vue
@@ -1,9 +1,9 @@ <template> <div class="log"> <header> <div class="headerTitle"> <!-- <div class="headerTitle"> 系统设置 >> 门户管理 > logo管理 </div> </div> --> </header> <main> <div class="mainTitle">LOGO</div> @@ -67,7 +67,7 @@ methods: { setPicUrl({ obj, value }) { const { icon } = this; const baseUrl = 'http://140.143.152.226:8410/'; const baseUrl = ''; for (let key in icon) { if (key === value) { icon[key] = baseUrl + obj.url1;