配置信息更改

uat_us
caiyiling 2024-05-06 14:29:37 +08:00
parent 49dcab2a0e
commit 16a5f4866d
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,