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