mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 21:42:32 +08:00
fix: 纯内网环境主题切换失效
This commit is contained in:
@@ -126,7 +126,8 @@ public class PluginCommonServer {
|
||||
os.write(buffer, 0, i);
|
||||
i = bis.read(buffer);
|
||||
}
|
||||
response.setContentType("image/svg+xml");
|
||||
if (suffix.indexOf("svg") != -1)
|
||||
response.setContentType("image/svg+xml");
|
||||
os.flush();
|
||||
}catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user