😎调整系统logo设置逻辑

This commit is contained in:
zuohuaijun 2024-06-18 02:52:57 +08:00
parent 4a5c4a1664
commit ca8eb7ee63
2 changed files with 0 additions and 3 deletions

View File

@ -118,7 +118,6 @@ const loadSysInfo = () => {
const data = res.data.result;
// logo
data.sysLogo = window.__env__.VITE_API_URL + data.sysLogo;
themeConfig.value.logoUrl = data.sysLogo;
//
themeConfig.value.globalTitle = data.sysTitle;

View File

@ -116,8 +116,6 @@ const loadData = async () => {
if (res.data!.type !== 'success') return;
const result = res.data.result;
result.sysLogo = window.__env__.VITE_API_URL + result.sysLogo;
state.formData = {
sysLogoBlob: undefined,
sysLogo: result.sysLogo,