Compare commits

..

2 Commits

Author SHA1 Message Date
caiyiling e4378d244b Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is pending Details
2024-05-06 14:30:21 +08:00
caiyiling 16a5f4866d 配置信息更改 2024-05-06 14:29:37 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ cornerstone.init({
gpuTier: intel,
rendering: {
// useCPURendering: false,
useNorm16Texture: true
useNorm16Texture: false
}
})
cornerstone.Settings.getRuntimeSettings().set('useCursors', false)

View File

@ -64,7 +64,7 @@ module.exports = {
// target: 'http://123.56.94.154:8079', // 国内测试环境2
// target: 'http://123.56.94.154:7000', // 国内测试环境2
// target: 'http://123.56.94.154:30668',
target: 'http://123.56.94.154:30000',
target: 'http://106.14.89.110:30000',
// target: 'http://123.56.181.144:7000',
changeOrigin: true,
secure: false,