Compare commits
No commits in common. "e4378d244bc8799ffac4e223d75a8bfdf89ca2cb" and "115dae48c767d356e5f9877ec8aa4b81a2b87029" have entirely different histories.
e4378d244b
...
115dae48c7
|
@ -7,7 +7,7 @@ cornerstone.init({
|
|||
gpuTier: intel,
|
||||
rendering: {
|
||||
// useCPURendering: false,
|
||||
useNorm16Texture: false
|
||||
useNorm16Texture: true
|
||||
}
|
||||
})
|
||||
cornerstone.Settings.getRuntimeSettings().set('useCursors', false)
|
||||
|
|
|
@ -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://106.14.89.110:30000',
|
||||
target: 'http://123.56.94.154:30000',
|
||||
// target: 'http://123.56.181.144:7000',
|
||||
changeOrigin: true,
|
||||
secure: false,
|
||||
|
|
Loading…
Reference in New Issue