mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 03:52:59 +08:00
fix: 纯内网环境主题切换失效
This commit is contained in:
parent
f361ae43e7
commit
32108e8686
@ -126,6 +126,7 @@ public class PluginCommonServer {
|
|||||||
os.write(buffer, 0, i);
|
os.write(buffer, 0, i);
|
||||||
i = bis.read(buffer);
|
i = bis.read(buffer);
|
||||||
}
|
}
|
||||||
|
if (suffix.indexOf("svg") != -1)
|
||||||
response.setContentType("image/svg+xml");
|
response.setContentType("image/svg+xml");
|
||||||
os.flush();
|
os.flush();
|
||||||
}catch (Exception e) {
|
}catch (Exception e) {
|
||||||
|
Loading…
Reference in New Issue
Block a user