“dzb”
2022-09-28 15079a363658567a62db46ccfe489f04af79a687
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));
                            })
                        }
                    })
                }